File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ Additional Camlp5 directives:
2424 #camlp5r;; to load camlp5 (revised syntax)
2525
2626- : unit = ()
27+
28+ # #require "compiler-libs.common";;
29+ # #require "camlp-streams";;
30+ # #require "camlp5";;
31+ # #load "camlp5o.cma";;
2732# #camlp5o;;
28- /mnt/mand/.opam/4.14.2+flambda/lib/ocaml/compiler-libs: added to search path
29- /mnt/mand/.opam/4.14.2+flambda/lib/camlp-streams: added to search path
30- /mnt/mand/.opam/4.14.2+flambda/lib/camlp-streams/camlp_streams.cma: loaded
31- /mnt/mand/.opam/4.14.2+flambda/lib/camlp5: added to search path
32- /mnt/mand/.opam/4.14.2+flambda/lib/camlp5/camlp5o.cma: loaded
3333# type expr = Mul of expr * expr | Add of expr * expr | Var of string;;
3434type expr = Mul of expr * expr | Add of expr * expr | Var of string
3535# let rec expr_to_string = function
You can’t perform that action at this time.
0 commit comments