prlg/app/Constant.hs

8 lines
107 B
Haskell

module Constant where
data Constant
= Atom Int
| Number Int
| Str String
deriving (Show, Eq, Ord)