Advertisement
Guest User

Untitled

a guest
Jan 25th, 2015
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
OCaml 0.11 KB | None | 0 0
  1.   let hash_contains htbl key =
  2.     try ((Hashtbl.find htbl key)) with
  3.     |Not_found -> false
  4.     |_ -> true;;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement