We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54af8b2 + be6e918 commit 688194aCopy full SHA for 688194a
test/Test/Data/Set.purs
@@ -11,7 +11,7 @@ import Test.Assert (assert)
11
setTests :: Effect Unit
12
setTests = do
13
log "fromFoldable - empty"
14
- assert $ S.fromFoldable [] == S.empty :: Set Unit
+ assert $ S.fromFoldable [] == (S.empty :: Set Unit)
15
16
log "fromFoldable - non empty"
17
do let set = S.fromFoldable [0, 1, 1, 2]
0 commit comments