| Copyright | (c) 2023 Yamada Ryo (c) 2023 Casper Bach Poulsen and Cas van der Rest |
|---|---|
| License | MPL-2.0 (see the file LICENSE) |
| Maintainer | ymdfield@outlook.jp |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | Safe-Inferred |
| Language | GHC2021 |
Control.Monad.Trans.Hefty
Description
The data structure of hefty trees.
Documentation
A hefty monad transformer.
Instances
| MonadTrans (HeftyT h) Source # | |
Defined in Control.Monad.Trans.Hefty | |
| (Monad m, Functor (h (HeftyT h m))) => Applicative (HeftyT h m) Source # | |
Defined in Control.Monad.Trans.Hefty | |
| (Functor m, Functor (h (HeftyT h m))) => Functor (HeftyT h m) Source # | |
| (Monad m, Functor (h (HeftyT h m))) => Monad (HeftyT h m) Source # | |