| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Data.Separated.SeparatedCons
- class (f ~ SeparatedConsF g, g ~ SeparatedConsG f) => SeparatedCons f g where
- type SeparatedConsF g :: * -> * -> *
- type SeparatedConsG f :: * -> * -> *
Documentation
class (f ~ SeparatedConsF g, g ~ SeparatedConsG f) => SeparatedCons f g where Source #
Prepend a value to a separated-like structure.
Minimal complete definition