Skip to content

Commit 4481c70

Browse files
committed
Actually commit .hlint.yaml, fix a few warnings
1 parent 1f79866 commit 4481c70

File tree

4 files changed

+0
-7
lines changed

4 files changed

+0
-7
lines changed

.hlint.yaml

148 Bytes
Binary file not shown.

bench/Main.hs

-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ import Control.DeepSeq
77
import Criterion
88
import Criterion.Main
99
import Datafix
10-
import Datafix.Worklist (Density (..),
11-
IterationBound (..),
12-
solveProblem)
1310
import Datafix.Worklist.Graph (GraphRef)
1411
import Numeric.Natural
1512

tests/Critical.hs

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ module Critical (tests) where
77

88
import Algebra.Lattice
99
import Datafix
10-
import Datafix.Worklist (Density (..), IterationBound (..),
11-
solveProblem)
1210
import Datafix.Worklist.Graph (GraphRef)
1311
import Numeric.Natural
1412
import Test.Tasty

tests/Trivial.hs

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ module Trivial (tests) where
77

88
import Algebra.Lattice
99
import Datafix
10-
import Datafix.Worklist (Density (..), IterationBound (..),
11-
solveProblem)
1210
import Datafix.Worklist.Graph (GraphRef)
1311
import Numeric.Natural
1412
import Test.Tasty

0 commit comments

Comments
 (0)