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.
1 parent 1929b70 commit ac380f9Copy full SHA for ac380f9
CHANGELOG.md
@@ -7,6 +7,7 @@ Notable changes to this project are documented in this file. The format is based
7
Breaking changes:
8
9
New features:
10
+- Exported `Data.Map.Internal` data constructors (#52 by @natefaubion)
11
12
Bugfixes:
13
src/Data/Map/Internal.purs
@@ -2,7 +2,7 @@
2
-- | <http://www.cs.princeton.edu/~dpw/courses/cos326-12/ass/2-3-trees.pdf>
3
4
module Data.Map.Internal
5
- ( Map
+ ( Map(..)
6
, showTree
, empty
, isEmpty
0 commit comments