diff options
author | Son Ho | 2022-11-25 08:13:37 +0100 |
---|---|---|
committer | Son HO | 2023-02-03 11:21:46 +0100 |
commit | 59596561873162d632f3d3091485b32a76427ee9 (patch) | |
tree | 2bdeb89950981306bacff00a1e8e68b92ec0f9db /compiler/dune | |
parent | bbdd0da25b974b03d58489d3bbc2654f4f774644 (diff) |
Start implementing support for loops
Diffstat (limited to '')
-rw-r--r-- | compiler/dune | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/dune b/compiler/dune index b825ef7e..9e92b583 100644 --- a/compiler/dune +++ b/compiler/dune @@ -10,7 +10,7 @@ (public_name aeneas) ;; The name as revealed to the projects importing this library (preprocess (pps ppx_deriving.show ppx_deriving.ord visitors.ppx)) - (libraries charon core_unix) + (libraries charon core_unix unionFind) (modules Assumed Collections @@ -29,6 +29,7 @@ InterpreterExpansion InterpreterExpressions Interpreter + InterpreterLoops InterpreterPaths InterpreterProjectors InterpreterStatements |