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 6547038 commit ecbc722Copy full SHA for ecbc722
Data/HashMap/Internal/Array.hs
@@ -21,8 +21,8 @@
21
--
22
-- Note that no bounds checking are performed.
23
module Data.HashMap.Internal.Array
24
- ( Array
25
- , MArray
+ ( Array(..)
+ , MArray(..)
26
27
-- * Creation
28
, new
Data/HashSet/Internal.hs
@@ -42,7 +42,7 @@
42
43
module Data.HashSet.Internal
44
(
45
- HashSet
+ HashSet(..)
46
47
-- * Construction
48
, empty
0 commit comments