someone forgot a file

This commit is contained in:
Mirek Kratochvil 2023-03-11 18:03:08 +01:00
parent 4ce2abdd59
commit 2156869837

7
app/Constant.hs Normal file
View file

@ -0,0 +1,7 @@
module Constant where
data Constant
= Atom Int
| Number Int
| Str String
deriving (Show, Eq, Ord)