| 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
Contents
Description
Strict List.
Same as the standard Haskell List, but strict.
Documentation
The strict list type.
Instances
| Functor List Source # | |
| Foldable List Source # | |
| Traversable List Source # | |
| Generic1 List Source # | |
| IsList (List a) Source # | |
| Eq a => Eq (List a) Source # | |
| Data a => Data (List a) Source # | |
| Ord a => Ord (List a) Source # | |
| Read a => Read (List a) Source # | |
| Show a => Show (List a) Source # | |
| Generic (List a) Source # | |
| type Rep1 List Source # | |
| type Rep (List a) Source # | |
| type Item (List a) Source # | |