o1-labs / ocamlbyexample

Learn Ocaml by reading code examples
https://o1-labs.github.io/ocamlbyexample/
68 stars 4 forks source link

chapter utop #15

Open mimoo opened 1 year ago

mimoo commented 1 year ago

analyze a single file without its .mli:

$ utop
# #use_output "dune ocaml top-module path/to/module.ml";;