Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tbidne committed Dec 26, 2024
1 parent 5ca1b2a commit dad5424
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/props/Test/Algebra/Additive/AMonoid.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@ module Test.Algebra.Additive.AMonoid (props) where

import Equality (Equality (MkEqExact, MkEqRatio))
import Gens qualified
import Hedgehog (Gen, PropertyName, (===))
import Hedgehog qualified as H
import Hedgehog (Gen, PropertyName)
import Numeric.Algebra.Additive.AMonoid (AMonoid (zero))
import Numeric.Algebra.Additive.ASemigroup (ASemigroup ((.+.)))
import Numeric.Algebra.Normed (Normed (norm))
import Test.Tasty (TestName, TestTree)
import Test.Tasty qualified as T
import Utils ((<=>))
import Utils qualified

props :: TestTree
Expand Down

0 comments on commit dad5424

Please sign in to comment.