initial commit

This commit is contained in:
cqc
2023-03-27 15:11:24 -05:00
commit 71af0f0750
10 changed files with 981 additions and 0 deletions

23
notes.org Normal file
View File

@ -0,0 +1,23 @@
** 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).
#