Imandrakit_log.Log_levelLog level
type json = Yojson.Safe.tval pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unitval show : t -> Ppx_deriving_runtime.stringval to_enum : t -> intval of_enum : int -> t optionval equal : t -> t -> Ppx_deriving_runtime.boolval compare : t -> t -> Ppx_deriving_runtime.intval to_twine_ref :
(Imandrakit_twine.Encode.t -> t -> Imandrakit_twine.Encode.immediate) refval of_twine_ref : (Imandrakit_twine.Decode.t -> int -> t) refval to_twine :
Imandrakit_twine.Encode.t ->
t ->
Imandrakit_twine.Encode.immediateval of_twine : Imandrakit_twine.Decode.t -> int -> tval to_string : t -> stringPrint in a way that can be parsed back
val parse : string -> t option