We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c72a201 commit cd3e74eCopy full SHA for cd3e74e
test/Geometry/Plane/Test.hs
@@ -11,7 +11,7 @@ import Linear.V2
11
12
prop_signedDistance_identity = property $ do
13
v <- forAll $ v2 coord
14
- n <- forAll (v2 (nonZero coord))
+ n <- forAll $ v2 (nonZero coord)
15
signedDistance v n v === 0
16
17
0 commit comments