Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Synopsis
- type family Nonempty (s :: * -> *) = (r :: * -> *) | r -> s
Documentation
type family Nonempty (s :: * -> *) = (r :: * -> *) | r -> s Source #
Type synonymous for at least one element data structure
Instances
type Nonempty Stack Source # | |
Defined in Pandora.Paradigm.Structure.Stack | |
type Nonempty Rose Source # | |
Defined in Pandora.Paradigm.Structure.Rose | |
type Nonempty Binary Source # | |
Defined in Pandora.Paradigm.Structure.Binary |