aboutsummaryrefslogtreecommitdiff
path: root/syntax/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 /syntax/dune
parentb1c31318638903c9c2b89a6803945e3ce8dcd8e3 (diff)
Added a type checker
Diffstat (limited to 'syntax/dune')
-rw-r--r--syntax/dune2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/dune b/syntax/dune
index 8188de8..666273f 100644
--- a/syntax/dune
+++ b/syntax/dune
@@ -2,5 +2,5 @@
(name qsp_syntax)
(preprocess (pps
- ppx_deriving.show
+ ppx_deriving.show ppx_deriving.enum
ppx_deriving.eq )))