Files
tastsch/notes.org
2023-03-27 15:11:24 -05:00

24 lines
700 B
Org Mode

** current development pattern
[cqc@fynn typedastsch]$ ocaml
OCaml version 4.14.0
Enter #help;; for help.
Findlib has been successfully loaded. Additional directives:
#require "package";; to load a package
#list;; to list the available packages
#camlp4o;; to load camlp4 (standard syntax)
#camlp4r;; to load camlp4 (revised syntax)
#predicates "p,q,...";; to set these predicates
Topfind.reset();; to force that packages will be reloaded
#thread;; to enable threads
# #use_output "dune top";;
# Dot_of_tast.merlin_parse "let x = 0;;"
;;
Exception: Assert_failure ("src/kernel/mocaml.ml", 29, 2).
#