Skip to content

Commit ac380f9

Browse files
authored
Export Data.Map.Internal constructors (#52)
1 parent 1929b70 commit ac380f9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Notable changes to this project are documented in this file. The format is based
77
Breaking changes:
88

99
New features:
10+
- Exported `Data.Map.Internal` data constructors (#52 by @natefaubion)
1011

1112
Bugfixes:
1213

src/Data/Map/Internal.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- | <http://www.cs.princeton.edu/~dpw/courses/cos326-12/ass/2-3-trees.pdf>
33

44
module Data.Map.Internal
5-
( Map
5+
( Map(..)
66
, showTree
77
, empty
88
, isEmpty

0 commit comments

Comments
 (0)