| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Utils.Descending
Description
Keep track of lists that are in some kind of descending order. Doesn't do anything fancy to actually enforce this, though.
Documentation
newtype Descending a Source #
Constructors
| Descending | |
Fields
| |
Instances
| Monad Descending Source # | |
| Functor Descending Source # | |
| Applicative Descending Source # | |
| Foldable Descending Source # | |
| Generic (Descending a) Source # | |
| NFData a => NFData (Descending a) Source # | |
| type Rep (Descending a) Source # | |
descList :: forall a a. Iso (Descending a) (Descending a) [a] [a] Source #