From f290fca1afab9bf8aeb58ce0789b4d810abc9f66 Mon Sep 17 00:00:00 2001 From: Nathan Ringo Date: Wed, 24 Jan 2024 00:37:06 -0600 Subject: Adds space for letrec, some capture avoidance, remove binder arrows. --- discocaml/dune | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discocaml/dune') diff --git a/discocaml/dune b/discocaml/dune index bd96d64..61bd035 100644 --- a/discocaml/dune +++ b/discocaml/dune @@ -2,7 +2,7 @@ (name discocaml) (inline_tests) (libraries compiler-libs.common yojson) - (modules arraylist ast discocaml draw_tree eval) + (modules arraylist ast discocaml draw_tree eval util) (package discocaml) (preprocess (pps ppx_deriving.show ppx_deriving_yojson ppx_expect))) -- cgit v1.2.3