module Make:
| Parameters: |
|
type t = {
|
string : |
|
hash : |
typesexpable =t
typestringable =t
module String_table: Core_string.Tableval all : t String_table.tval equal : t -> t -> boolval hash : t -> intval of_string : String_table.key -> tval t_of_sexp : Sexplib.Sexp.t -> tval to_string : t -> stringval sexp_of_t : t -> Sexplib.Sexp.tval compare : t -> t -> intinclude struct ... end