Skip to content

Commit

Permalink
fixed testcases + removed unused module forn ow
Browse files Browse the repository at this point in the history
  • Loading branch information
noinia committed Jan 6, 2024
1 parent 81e6952 commit 050e772
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 152 deletions.
1 change: 0 additions & 1 deletion hgeometry-combinatorial/doctests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@
-optF -XDerivingStrategies
-optF -XDerivingVia

-optF -package=semigroupoids
-optF -package=hgeometry-combinatorial
#-}
150 changes: 0 additions & 150 deletions hgeometry-combinatorial/src/HGeometry/Number/Real/WithSqrt.hs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec = describe "Logarithmic method successor test" $ do
\q (xs :: [Int]) ->
successor q (fromList xs)
`shouldBe`
minimum1 [ x | x <- xs, x >= q]
minimumMaybe [ x | x <- xs, x >= q]

it "merge test" $ property $
\q (xs :: [Int]) (ys :: [Int]) ->
Expand Down

0 comments on commit 050e772

Please sign in to comment.