You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GHC HEAD warns about those:
```
Data/Sequence.hs:432:12: warning:
• Redundant constraint: Sized a
• In the type signature for:
squashL :: Sized a =>
Digit23 a -> Digit12 (Node a) -> Digit23 (Node a)
Data/Sequence.hs:437:12: warning:
• Redundant constraint: Sized a
• In the type signature for:
squashR :: Sized a =>
Digit12 (Node a) -> Digit23 a -> Digit23 (Node a)
```
0 commit comments