Module Id.MakeHashableU
Parameters
ocaml
module M : sig ... endreasonml
module M: { ... }Signature
ocaml
type identityreasonml
type identity;ocaml
type t = M.treasonml
type t = M.t;ocaml
val hash : (t, identity) hashreasonml
let hash: hash(t, identity);ocaml
val eq : (t, identity) eqreasonml
let eq: eq(t, identity);