diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2018-01-31 13:20:20 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2018-02-07 13:42:36 +0100 |
commit | 824f2987d47e87d58ee2a4a96d7be417aad6aeab (patch) | |
tree | bfbaca8d1c13a2eb1e5568f363cdcd6c94f1786f /Makefile | |
parent | 112ab4b1c396fc2117191297227d8e411f9b9bb3 (diff) |
API refactoring : made the GADT abstract, provide contructor for each case, and deported the
expression with evaluation with module functors
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ OCAMLBUILD ?= ocamlbuild
PACKAGES=dynlink,curses,camlzip,ezxmlm,text,str,menhirLib,zarith,base
-PATHS=src,src/odf,src/tree
+PATHS=src,src/odf,src/tree,src/expressions
MENHIR=-use-menhir
|