Module Codegen.GenSource

Parameters

Signature

Sourcetype ('a, 'b) comp = ('a, 'b) Result.t
Sourcetype 'a fn = 'a outerfn
Sourcetype 'a res = unit
Sourcetype implementation = unit -> Interface.t
Sourceval returning : 'a Idl.Param.t -> 'b Idl.Error.t -> ('a, 'b) Result.t outerfn
Sourceval (@->) : 'a Idl.Param.t -> 'b outerfn -> ('a -> 'b) outerfn
Sourceval noargs : 'b outerfn -> (unit -> 'b) outerfn
Sourceval declare : string -> string list -> 'a fn -> 'a res
Sourceval declare_notification : string -> string list -> 'a fn -> 'a res