rpclib.core
Rpc_genfake
rpclib
rpclib.cmdliner
rpclib.internals
rpclib.json
rpclib.markdown
rpclib.xml
type err = [
| `Msg of string
]
val badstuff : string -> 'a
module SeenType : sig ... end
module Seen : sig ... end
val gen_nice : 'a. 'a Rpc.Types.typ -> string -> 'a
val gentest : 'a Rpc.Types.typ -> 'a list
don't use this on recursive types!
val genall : ?maxcomb:int -> int -> string -> 'a Rpc.Types.typ -> 'a list