diff options
author | Nathan Ringo <nathan@remexre.com> | 2024-01-19 10:39:43 -0600 |
---|---|---|
committer | Nathan Ringo <nathan@remexre.com> | 2024-01-19 10:39:43 -0600 |
commit | 951d2a0e821d9eecfcb3a60f1f4411cc4aa3a3c5 (patch) | |
tree | 580f9595bc8ffbfc963bff6175a54520f3ee1a28 /discocaml/dune | |
parent | 729ddbe62a25675d5dcd993b6e42e26e4cd04c74 (diff) |
Flattens the AST.
Diffstat (limited to 'discocaml/dune')
-rw-r--r-- | discocaml/dune | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discocaml/dune b/discocaml/dune index 50b12c2..83bf5ed 100644 --- a/discocaml/dune +++ b/discocaml/dune @@ -2,7 +2,7 @@ (name discocaml) (inline_tests) (libraries compiler-libs.common yojson) - (modules ast discocaml eval) + (modules arraylist ast discocaml eval) (package discocaml) (preprocess (pps ppx_deriving.show ppx_deriving_yojson ppx_expect))) |