diff options
author | Chimrod <> | 2023-09-25 10:28:06 +0200 |
---|---|---|
committer | Chimrod <> | 2023-09-25 10:28:06 +0200 |
commit | c2fdbf2eb9bac4d92258eda5da3249cd2ef07e55 (patch) | |
tree | 43e9ab80d46801c5ecc47d3a0d6e727f2aa94207 /bin/dune | |
parent | b1c31318638903c9c2b89a6803945e3ce8dcd8e3 (diff) |
Added a type checker
Diffstat (limited to 'bin/dune')
-rw-r--r-- | bin/dune | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -3,4 +3,9 @@ (name main) (libraries qsp_syntax - qsp_parser)) + qsp_parser) + + (preprocess (pps + ppx_deriving.show + ppx_deriving.eq ))) + |