Closed solson closed 12 years ago
Compare the OCaml REPL:
# (+);; - : int -> int -> int = <fun>
with rublets's current ocaml support:
<scott> !ocaml> (+);; <rublets> No output.
Compare the OCaml REPL:
with rublets's current ocaml support: