type litType = | Int| Real| Imaginary| Str
val sexp_of_litType : litType -> Sexplib0.Sexp.tval litType_of_sexp : Sexplib0.Sexp.t -> litTypeval hash_fold_litType :
Ppx_hash_lib.Std.Hash.state ->
litType ->
Ppx_hash_lib.Std.Hash.stateval hash_litType : litType -> Ppx_hash_lib.Std.Hash.hash_valueval map : ('a -> 'b) -> 'a t -> 'b tval fold : ('b -> 'a -> 'b) -> 'b -> 'a t -> 'binclude Sexplib0.Sexpable.S1 with type 'a t := 'a t
val t_of_sexp : (Sexplib0__.Sexp.t -> 'a) -> Sexplib0__.Sexp.t -> 'a tval sexp_of_t : ('a -> Sexplib0__.Sexp.t) -> 'a t -> Sexplib0__.Sexp.tinclude Ppx_hash_lib.Hashable.S1 with type 'a t := 'a t
val hash_fold_t :
'a Base__Ppx_hash_lib.hash_fold ->
'a t Base__Ppx_hash_lib.hash_foldinclude Ppx_compare_lib.Comparable.S1 with type 'a t := 'a t
val compare :
'a Base__Ppx_compare_lib.compare ->
'a t Base__Ppx_compare_lib.compare