initial commit
This commit is contained in:
23
notes.org
Normal file
23
notes.org
Normal 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).
|
||||
#
|
||||
Reference in New Issue
Block a user