diff options
author | Tom Smeding <tom@tomsmeding.com> | 2024-01-27 23:07:58 +0100 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2024-01-27 23:07:58 +0100 |
commit | d33a19b58de5af8017e1ae5fae06a9378379e20c (patch) | |
tree | 2e9eb869e3526c97fda49763115e5fac1fe71518 /src/Simplify.hs | |
parent | 171393dc5abb31811d417dd8fc6cf818d3ba96bb (diff) |
Move some definitions from AST to Data
Diffstat (limited to 'src/Simplify.hs')
-rw-r--r-- | src/Simplify.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Simplify.hs b/src/Simplify.hs index cbeee75..44de164 100644 --- a/src/Simplify.hs +++ b/src/Simplify.hs @@ -7,6 +7,7 @@ module Simplify where import AST import AST.Count +import Data simplifyN :: Int -> Ex env t -> Ex env t |