Skip to content

Commit

Permalink
Expose internal constructors
Browse files Browse the repository at this point in the history
Fixes #342.
  • Loading branch information
sjakobi committed Jan 6, 2022
1 parent 6547038 commit fa5039c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Data/HashMap/Internal/Array.hs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
--
-- Note that no bounds checking are performed.
module Data.HashMap.Internal.Array
( Array
, MArray
( Array(..)
, MArray(..)

-- * Creation
, new
Expand Down
2 changes: 1 addition & 1 deletion Data/HashSet/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

module Data.HashSet.Internal
(
HashSet
HashSet(..)

-- * Construction
, empty
Expand Down

0 comments on commit fa5039c

Please sign in to comment.