From 951d2a0e821d9eecfcb3a60f1f4411cc4aa3a3c5 Mon Sep 17 00:00:00 2001 From: Nathan Ringo Date: Fri, 19 Jan 2024 10:39:43 -0600 Subject: Flattens the AST. --- discocaml/dune | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discocaml/dune') 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))) -- cgit v1.2.3