Cmdlinergen.Gen
Sourcetype implementation =
unit ->
((Rpc.call -> Rpc.response) ->
(unit -> unit) Cmdliner.Term.t * Cmdliner.Cmd.info)
list
val terms :
((Rpc.call -> Rpc.response) ->
(unit -> unit) Cmdliner.Term.t * Cmdliner.Cmd.info)
list
ref
type _ fn =
| Function : 'a Idl.Param.t * 'b fn -> ('a -> 'b) fn
| NoArgsFunction : 'b fn -> (unit -> 'b) fn
| Returning : ('a Idl.Param.t * 'b Idl.Error.t) -> ('a, 'b) comp fn