Skip to content

Commit

Permalink
Enable Euclidean laws test
Browse files Browse the repository at this point in the history
  • Loading branch information
martyall authored and sigma-andex committed Sep 16, 2023
1 parent a085ebd commit 0148279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Main.purs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ main = do
Data.checkSemiring prxBigInt
Data.checkRing prxBigInt
Data.checkCommutativeRing prxBigInt
-- Data.checkEuclideanRing prxBigInt
Data.checkEuclideanRing prxBigInt

log "Converting BigInt to Int"
assert $ (fromString "0" >>= toInt) == Just 0
Expand Down

0 comments on commit 0148279

Please sign in to comment.