| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Control.Applicative.Trans.List
Description
The applicative list transformer
Documentation
The Applicative list transformer.
This is isomorphic to the "old" ListT transformer.
It is not a monad, but a lawful Applicative.
Instances
| Alternative f => Alternative (ListT f) Source # | |
| Applicative f => Applicative (ListT f) Source # | |
| Functor f => Functor (ListT f) Source # | |