diff options
| author | Mirek Kratochvil <exa.exa@gmail.com> | 2023-03-11 18:03:08 +0100 |
|---|---|---|
| committer | Mirek Kratochvil <exa.exa@gmail.com> | 2023-03-11 18:03:08 +0100 |
| commit | 21568698372891712b888ca765a5c21496b5020e (patch) | |
| tree | 9b1da9460a76f45cf1cbdd6db6c9a46e7c236b00 /app/Constant.hs | |
| parent | 4ce2abdd590cba76d0ce22db6c235beec896740d (diff) | |
| download | prlg-21568698372891712b888ca765a5c21496b5020e.tar.gz prlg-21568698372891712b888ca765a5c21496b5020e.tar.bz2 | |
someone forgot a file
Diffstat (limited to 'app/Constant.hs')
| -rw-r--r-- | app/Constant.hs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/Constant.hs b/app/Constant.hs new file mode 100644 index 0000000..dd48338 --- /dev/null +++ b/app/Constant.hs @@ -0,0 +1,7 @@ +module Constant where + +data Constant + = Atom Int + | Number Int + | Str String + deriving (Show, Eq, Ord) |
