OCamlPro / ocaml-top

A simple cross-platform OCaml code editor built for top-level evaluation.
http://typerex.org/ocaml-top.html
GNU General Public License v3.0
64 stars 8 forks source link

Printf.printf error? #73

Open whoek opened 4 years ago

whoek commented 4 years ago

Code let () = Printf.printf "hallo" results in this error
Error: Unbound module CamlinternalFormatBasics

Using ocaml-top version 1.2.0~rc installed via msi Windows 10 Pro Version 10.0.18362 Build 18362

Does printf work on ocaml-top?