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