You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 11, 2025. It is now read-only.
Here is what I do (in a fresh clone, using Ubuntu 23.10):
$ cd languages/ocaml
$ ocaml repl.ml -e "let foo = 1;;"
File "./repl.ml", line 111, characters 23-36:
111 | use_silently ppf explicit_name
^^^^^^^^^^^^^
Error: This expression has type string but an expression was expected of type
input = Toploop.input
Using:
Here is what I do (in a fresh clone, using Ubuntu 23.10):