someone forgot a file
This commit is contained in:
parent
4ce2abdd59
commit
2156869837
7
app/Constant.hs
Normal file
7
app/Constant.hs
Normal file
|
@ -0,0 +1,7 @@
|
|||
module Constant where
|
||||
|
||||
data Constant
|
||||
= Atom Int
|
||||
| Number Int
|
||||
| Str String
|
||||
deriving (Show, Eq, Ord)
|
Loading…
Reference in a new issue