Skip to content

Commit ecbc722

Browse files
authored
Expose internal constructors (#347)
Fixes #342.
1 parent 6547038 commit ecbc722

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Data/HashMap/Internal/Array.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
--
2222
-- Note that no bounds checking are performed.
2323
module Data.HashMap.Internal.Array
24-
( Array
25-
, MArray
24+
( Array(..)
25+
, MArray(..)
2626

2727
-- * Creation
2828
, new

Data/HashSet/Internal.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
module Data.HashSet.Internal
4444
(
45-
HashSet
45+
HashSet(..)
4646

4747
-- * Construction
4848
, empty

0 commit comments

Comments
 (0)