restaumatic / purescript-specular

A Reflex-Dom inspired UI library for PureScript
MIT License
131 stars 10 forks source link

Add Reader functionality to Widget #46

Closed zyla closed 4 years ago

zyla commented 4 years ago

We introduce a new type - RWidget env - which is like Widget, but carries an environment of type Env. Has MonadAsk and MonadReader instance.

Helpful for transitioning existing code operating in ReaderT Widget stack into just Widget.