| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Type.Set
Documentation
Instances
| type Index (a :: ke) (Set s :: Type) Source # | |
| type Insert (a :: k) (Set (s ': ss) :: Type) Source # | |
| type Insert (a :: k1) (Set ([] :: [k2]) :: Type) Source # | |
| type Unwrapped (Set a :: Type) Source # | |
| type Concat (Set set :: Type) (Set (s ': ss) :: Type) Source # | |
| type Concat (Set set :: Type) (Set ([] :: [k2]) :: Type) Source # | |
module Type.Monoid