Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed Feb 27, 2024
1 parent 4aad1d9 commit 168f7f1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Conjure/Language/Parser.hs
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,8 @@ module Conjure.Language.Parser
)
where

-- conjure

-- text

import Conjure.Language.AST.ASTParser (ParserError, parseProgram, runASTParser)
import Conjure.Language.AST.ASTParser qualified as P
-- containers
-- import qualified Data.Set as S ( null, fromList, toList )

-- import Conjure.Language.AST.Helpers (ParserState)
import Conjure.Language.AST.Helpers qualified as P
import Conjure.Language.AST.Reformer (HighLevelTree (..), flatten)
import Conjure.Language.AST.Syntax (DomainNode, ProgramTree)
Expand Down

0 comments on commit 168f7f1

Please sign in to comment.