Issue when opening a module

By the way, when OCaml people say ‘toplevel’ we mean the REPL (the interactive OCaml console, typically utop). So ;; is required by the REPL because that’s how it distinguishes the end of an input; but it’s not required in source code files.

1 Like