Created
August 17, 2012 09:19
-
-
Save zakki/3377337 to your computer and use it in GitHub Desktop.
js_of_ocaml ReferenceError?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let _ = | |
| for i = 0 to 6 do | |
| let result = try Some (List.find (fun s -> s = 1049) [1; 2; 5]) with Not_found -> None in | |
| result | |
| done |
Author
zakki
commented
Aug 17, 2012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment