aboutsummaryrefslogtreecommitdiff
path: root/bin/dune
diff options
context:
space:
mode:
authorChimrod <>2023-09-25 10:28:06 +0200
committerChimrod <>2023-09-25 10:28:06 +0200
commitc2fdbf2eb9bac4d92258eda5da3249cd2ef07e55 (patch)
tree43e9ab80d46801c5ecc47d3a0d6e727f2aa94207 /bin/dune
parentb1c31318638903c9c2b89a6803945e3ce8dcd8e3 (diff)
Added a type checker
Diffstat (limited to 'bin/dune')
-rw-r--r--bin/dune7
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/dune b/bin/dune
index 36f9b41..697402f 100644
--- a/bin/dune
+++ b/bin/dune
@@ -3,4 +3,9 @@
(name main)
(libraries
qsp_syntax
- qsp_parser))
+ qsp_parser)
+
+ (preprocess (pps
+ ppx_deriving.show
+ ppx_deriving.eq )))
+