class Monads::List(T)
- Monads::List(T)
- Reference
- Object
Defined in:
monads/list.crConstructors
Instance Method Summary
- #+(rhs : List(T)) : List(T)
- #==(rhs : List(T))
- #fmap(&block : T -> U) : List(U) forall U
- #head : Maybe(T)
- #tail : List(T)
- #value : Array(T)