Advertisement
Guest User

Untitled

a guest
Sep 24th, 2015
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
OCaml 0.19 KB | None | 0 0
  1. module Interf = struct
  2.   module T = struct
  3.     type t = Temp.t * Temp.t with sexp
  4.     let compare = compare
  5.     let hash = Hashtbl.hash
  6.   end
  7.   include T
  8.   include Hashable.Make (T)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement