Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Commit 3b43471

Browse files
committed
use ~>
1 parent e065f56 commit 3b43471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/StrMap.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ filter predicate m = pureST go
278278

279279
-- | Filter out those key/value pairs of a map for which a predicate
280280
-- | on the key fails to hold.
281-
filterKeys :: forall a. (String -> Boolean) -> StrMap a -> StrMap a
281+
filterKeys :: (String -> Boolean) -> StrMap ~> StrMap
282282
filterKeys predicate = filter $ const <<< predicate
283283

284284
-- | Filter out those key/value pairs of a map for which a predicate

0 commit comments

Comments
 (0)