Skip to content

Commit 10328f2

Browse files
Mathnerd314treeowl
authored andcommitted
Fix 'compose' since tag
1 parent 9d3a297 commit 10328f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data/HashMap/Internal.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1699,7 +1699,7 @@ unions = L.foldl' union empty
16991699
-- ('compose' bc ab '!?') = (bc '!?') <=< (ab '!?')
17001700
-- @
17011701
--
1702-
-- @since UNRELEASED
1702+
-- @since 0.2.13.0
17031703
compose :: (Eq b, Hashable b) => HashMap b c -> HashMap a b -> HashMap a c
17041704
compose bc !ab
17051705
| null bc = empty

0 commit comments

Comments
 (0)