Advertisement
Guest User

Untitled

a guest
May 3rd, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. % ocamlc -o foo foo.ml && ./foo
  2. File "foo.ml", line 9, characters 4-25:
  3. Warning 10: this expression should have type unit.
  4. 2
  5. 1
  6. 0
  7. 2
  8. 1
  9. 0
  10. % ocamlopt -o foo foo.ml && ./foo
  11. File "foo.ml", line 9, characters 4-25:
  12. Warning 10: this expression should have type unit.
  13. 2
  14. 1
  15. 0
  16. 0
  17. 2
  18. 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement