diff options
author | Nathan Ringo <nathan@remexre.com> | 2024-01-19 12:30:14 -0600 |
---|---|---|
committer | Nathan Ringo <nathan@remexre.com> | 2024-01-19 12:30:14 -0600 |
commit | e8c8a162a84fbdcf8b2ea8793b7e9f69b01c7eb6 (patch) | |
tree | 2d80a20d429ddf706f3755458f6f2ade73334201 /discocaml/dune | |
parent | 786adbe1537782abbf953dd1978075cafcd1d002 (diff) |
Start of draw_tree.
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 83bf5ed..bd96d64 100644 --- a/discocaml/dune +++ b/discocaml/dune @@ -2,7 +2,7 @@ (name discocaml) (inline_tests) (libraries compiler-libs.common yojson) - (modules arraylist ast discocaml eval) + (modules arraylist ast discocaml draw_tree eval) (package discocaml) (preprocess (pps ppx_deriving.show ppx_deriving_yojson ppx_expect))) |