Legend:
Library
Module
Module type
Parameter
Class
Class type
Falling back to pre-odoc.2.2.0 documentation page...
type block = [
| `S of string
| `P of string
| `Pre of string
| `I of string * string
| `Noblank
| `Blocks of block list
]
type env
type info
type sub
module Arg : sig ... end
type arg_list = (string list * Arg.spec * info) list
type command = {
cmd_name : string;
cmd_action : unit -> unit;
cmd_args : arg_list;
cmd_man : block list;
cmd_doc : string;
}