Skip to content

Commit cb80681

Browse files
Adding back (->)
1 parent a8f6f13 commit cb80681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/MonoTraversable/Keys.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ import GHC.Generics
9898
-- Type family for getting the type of the key of a monomorphic container.
9999
type family MonoKey key
100100

101-
--type instance MonoKey (r -> a) = ()
101+
type instance MonoKey (r -> a) = ()
102102
type instance MonoKey [a] = Int
103103
type instance MonoKey (a, b) = ()
104104
--type instance MonoKey ((g :.: f) a) = Key (f :.: g)

0 commit comments

Comments
 (0)