| Copyright | (c) 2017 Daniel Mendler |
|---|---|
| License | BSD-style (see the file LICENSE) |
| Maintainer | Daniel Mendler <mail@daniel-mendler.de> |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Data.Strict.List.NonEmpty
Contents
Description
Strict NonEmpty.
Same as the standard Haskell NonEmpty, but strict.
Documentation
The strict list type.
Instances
| Functor NonEmpty Source # | |
| Foldable NonEmpty Source # | |
| Traversable NonEmpty Source # | |
| Generic1 NonEmpty Source # | |
| IsList (NonEmpty a) Source # | |
| Eq a => Eq (NonEmpty a) Source # | |
| Data a => Data (NonEmpty a) Source # | |
| Ord a => Ord (NonEmpty a) Source # | |
| Read a => Read (NonEmpty a) Source # | |
| Show a => Show (NonEmpty a) Source # | |
| Generic (NonEmpty a) Source # | |
| type Rep1 NonEmpty Source # | |
| type Rep (NonEmpty a) Source # | |
| type Item (NonEmpty a) Source # | |