Gil_syntax.Type
GIL Types
type t =
| UndefinedType
Type of Undefined
*)| NullType
Type of Null
*)| EmptyType
Type of Empty
*)| NoneType
Type of None
*)| BooleanType
Type of booleans
*)| IntType
Type of integers
*)| NumberType
Type of floats
*)| StringType
Type of strings
*)| ObjectType
Type of objects
*)| ListType
Type of lists
*)| TypeType
Type of types
*)| SetType
Type of sets
*)val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val str : t -> string
Printer