module Flag:sig
..end
module Type:sig
..end
module Action:sig
..end
type 'a
t = {
|
name : |
(* | name of the flag | *) |
|
spec : |
(* | how to process this flag | *) |
|
doc : |
(* | short description of what this flag means | *) |
'accum