Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- module Interf = struct
- module T = struct
- type t = Temp.t * Temp.t with sexp
- let compare = compare
- let hash = Hashtbl.hash
- end
- include T
- include Hashable.Make (T)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement