Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
OCaml 0.25 KB | None | 0 0
  1. # let f (x : int -> int) = ignore x;;
  2. Characters 32-33:
  3.   let f (x : int -> int) = ignore x;;
  4.                                   ^
  5. Warning F: this function application is partial,
  6. maybe some arguments are missing.
  7. val f : (int -> int) -> unit = <fun>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement