Skip to content

Commit 1df3a89

Browse files
committed
s/Validity/Debugging
1 parent 9651fac commit 1df3a89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Data/HashMap/Internal.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ module Data.HashMap.Internal
108108
, fromListWith
109109
, fromListWithKey
110110

111-
-- * Validity
111+
-- * Debugging
112112
, valid
113113
, Validity
114114
, Error
@@ -2467,7 +2467,7 @@ instance (Eq k, Hashable k) => Exts.IsList (HashMap k v) where
24672467
toList = toList
24682468

24692469
------------------------------------------------------------------------
2470-
-- Validity
2470+
-- Debugging
24712471

24722472
data Validity k = Invalid (Error k) SubHashPath | Valid
24732473
deriving (Eq, Show)

0 commit comments

Comments
 (0)