Skip to content

Commit 96eb5c2

Browse files
committed
Lint and format
1 parent c26e9aa commit 96eb5c2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

test/ArithmeticTests.hs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ import Debug.Trace
1515
import PrettyPrint
1616
import qualified System.IO.Strict as Strict
1717
import Telomare
18-
import Telomare.Eval (EvalError (CompileConversionError), compileUnitTest)
18+
import Telomare.Eval (EvalError (CompileConversionError), compileUnitTest,
19+
compileUnitTestNoAbort)
1920
import Telomare.Parser (AnnotatedUPT, TelomareParser, parseLongExpr,
2021
parsePrelude)
2122
import Telomare.Resolver (process)
@@ -24,7 +25,7 @@ import Test.Tasty
2425
import Test.Tasty.HUnit
2526
import Test.Tasty.QuickCheck as QC
2627
import Text.Megaparsec (eof, errorBundlePretty, runParser)
27-
import Telomare.Eval (compileUnitTestNoAbort)
28+
2829

2930
main :: IO ()
3031
main = defaultMain tests

0 commit comments

Comments
 (0)