Skip to content

Commit d5b8e46

Browse files
committed
Lint and format
1 parent c26e9aa commit d5b8e46

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

test/ArithmeticTests.hs

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,20 @@ import Debug.Trace
1515
import PrettyPrint
1616
import qualified System.IO.Strict as Strict
1717
import Telomare
18-
import Telomare.Eval (EvalError (CompileConversionError), compileUnitTest)
19-
import Telomare.Parser (AnnotatedUPT, TelomareParser, parseLongExpr,
18+
import Telomare.Eval (EvalError(CompileConversionError),
19+
compileUnitTest,
20+
compileUnitTestNoAbort)
21+
import Telomare.Parser (AnnotatedUPT,
22+
TelomareParser,
23+
parseLongExpr,
2024
parsePrelude)
2125
import Telomare.Resolver (process)
2226
import Telomare.RunTime (simpleEval)
2327
import Test.Tasty
2428
import Test.Tasty.HUnit
2529
import Test.Tasty.QuickCheck as QC
2630
import Text.Megaparsec (eof, errorBundlePretty, runParser)
27-
import Telomare.Eval (compileUnitTestNoAbort)
31+
2832

2933
main :: IO ()
3034
main = defaultMain tests

0 commit comments

Comments
 (0)