YamlWitness.ValidationResultval result_to_enum : result -> intval result_of_enum : int -> result optionval pp_result :
Ppx_deriving_runtime.Format.formatter ->
result ->
Ppx_deriving_runtime.unitval show_result : result -> Ppx_deriving_runtime.stringmodule ChainParams : sig ... endinclude sig ... endval hash : t -> intval show : t -> stringval pretty : unit -> t -> Printable.Pretty.docval printXml : 'a BatInnerIO.output -> t -> unitval to_yojson : t -> Yojson.Safe.tval tag : t -> intval arbitrary : unit -> t QCheck.arbitraryval pretty_diff : unit -> (t * t) -> Lattice.Pretty.docval bot : unit -> tval is_bot : t -> boolval top : unit -> tval is_top : t -> bool