| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Shpadoinkle.Backend.Snabbdom
Description
Documentation
newtype SnabbdomT model m a Source #
Constructors
| Snabbdom | |
Fields
| |
Instances
runSnabbdom :: TVar model -> SnabbdomT model m ~> m Source #
SnabbdomT is a newtype of ReaderT, this is the runReaderT equivalent.