Advertisement
Guest User

Untitled

a guest
Jun 16th, 2015
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
OCaml 0.09 KB | None | 0 0
  1. let f (type a) m ht x =
  2.   let (module Ht : Hashtbl.S with type 'a t = a) = m in
  3.   Ht.find ht x
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement