Advertisement
Guest User

getenv caml

a guest
Jan 9th, 2015
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
OCaml 0.13 KB | None | 0 0
  1. open Core.Std;;
  2. match home_or_nothing with
  3. | Some x -> x
  4. | None -> raise No_home
  5. with
  6. No_home -> exit
  7. |_ -> "Exeption inconnue";;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement