Skip to content

Commit b6cc76b

Browse files
committed
removed redundant import
1 parent 46e939d commit b6cc76b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

kore/app/parser/Main.hs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ import Control.Monad.Catch
88
, handle
99
)
1010
import qualified Data.Map.Strict as Map
11-
import Options.Applicative
12-
( InfoMod
13-
, fullDesc
14-
, header
15-
, progDesc
16-
)
1711

1812
import Kore.AST.ApplicativeKore
1913
import Kore.ASTVerifier.DefinitionVerifier

0 commit comments

Comments
 (0)