| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Text.LambdaOptions.List
Documentation
A simple wrapper over [a]. Used to avoid overlapping instances for Parseable [a] and Parseable String
Instances
| 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 # | |
| Parseable a => Parseable (List a) Source # | Greedily parses arguments item-wise. Never fails.
Example: |