Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Data/HKeyPrivate.hs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ instance Hashable Unique where

-- | The datatype of Keys.
--
-- [x] The scope of this key. This can either be 'T' for top-level keys created with 'createKey' or
-- [s] The scope of this key. This can either be 'T' for top-level keys created with 'createKey' or
-- an existential type for keys introduced by 'withKey' (or with the Key monad 'KeyM').
--
-- [a] The type of things that can be sorted at this key.
Expand Down