1 2 3 4 5 6 7 8 9
open Prelude type t val make : string -> t option val sexp_of_t : t -> Sexp.t include Stringable.S with type t := t include Equal.S with type t := t