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 /syntax/dune | |
parent | b1c31318638903c9c2b89a6803945e3ce8dcd8e3 (diff) |
Added a type checker
Diffstat (limited to 'syntax/dune')
-rw-r--r-- | syntax/dune | 2 |
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 ))) |