diff options
author | Tom Smeding <tom@tomsmeding.com> | 2024-02-15 21:26:12 +0100 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2024-02-15 21:26:12 +0100 |
commit | a8971921e395f03bba55d2e022d43e57c0723476 (patch) | |
tree | 6f621e47f93786a420a80e9de6f22b0343a99a78 | |
parent | f0150137969758ee7255ade3c90db915bc8542df (diff) |
Add missing import
-rw-r--r-- | src/AST/Count.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/AST/Count.hs b/src/AST/Count.hs index baf132e..de04b5f 100644 --- a/src/AST/Count.hs +++ b/src/AST/Count.hs @@ -3,6 +3,7 @@ module AST.Count where import AST +import Data data Count = Zero | One | Many |