Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Resto.Arg end
type 'a arg = 'a t
val make :
?descr:string ->
name:string ->
destruct:(string -> ('a, string) Stdlib.result) ->
construct:('a -> string) ->
unit ->
'a arg
val bool : bool arg
val int : int arg
val int32 : int32 arg
val int64 : int64 arg
val float : float arg
val string : string arg