Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
A 'a Case.t
is implemented as a 'a Sexp_form.t
. When you create a case from a variant constructor for variant Foo.t
, say a constructor for type int * string
, you get a (int -> string -> Foo.t) Case.t
.
For more information, see the documentation for variant
.