module Parser where import Hajspy import ParserLib import Prelude hiding (fmap, pure, (<*>), (<*), (*>), (>>=)) expr :: Parser Expr expr = undefined