| Copyright | Kazuki Okamoto | 
|---|---|
| License | see LICENSE | 
| Maintainer | kazuki.okamoto@kakkun61.com | 
| Stability | experimental | 
| Portability | GHC | 
| Safe Haskell | Safe | 
| Language | Haskell2010 | 
| Extensions | 
  | 
Data.Tuple.List.Only
Contents
Description
List-like operations for Only.
Orphan instances
| HasCons a () Source # | |
| HasCons a (Only b) Source # | |
| HasReverse (Only a) Source # | |
| HasLength (Only a) Source # | |
| HasUncons (Only a) Source # | |
| HasLast (Only a) Source # | |
| HasInit (Only a) Source # | |
| HasTail (Only a) Source # | |
| HasHead (Only a) Source # | |
| HasAt (Only a) 0 Source # | |
| HasUncons (a, b) Source # | |
| HasInit (a, b) Source # | |
| HasTail (a, b) Source # | |