Gerold Meisinger
Gerold Meisinger
Subissue of #40 . EDIT: Ivan Perez: Relate to parent issue.
BearRiver is missing some definitions available in Yampa. One such definition is `dpSwitch`. an implementation of `dpSwitch` has been provided by Jonathan Thaler at https://github.com/ivanperez-keera/dunai/issues/40#issuecomment-354439225: ```haskell dpSwitch :: (Monad m,...
https://github.com/ivanperez-keera/dunai/issues/40#issuecomment-354439225
This makes the haddock documentation show contents, sections and structure again which I think is much more pleasing. Unfortunately it omits re-exports of other modules (Arrow, MSF, ...). It's arguable...
This PR includes in bearriver documentation borrowed from Yampa. Refs #323. EDIT: Ivan Perez: Add minimal description in PR.
At present, the module `FRP.Bearriver` does not show sections, which makes it much harder to navigate. It looks like this:  but, if we add sections, it would look like...
Yampa provides the following Event instances: `Show (via deriving), Eq, Ord, Functor, Applicative, Monad, Fail.Monad.Fail, Alternative, NFData` As "Event is isomorphic to Maybe" we could add the following instances from...
``` module Foo where -- * Section -- | foo function foo :: Int foo = 123 ``` => Section is shown ``` module Foo (module Foo) where -- *...
please add an option to set device itself as "untrusted" and when ever it is connected it should say "I'm a untrusted device, please check the untrusted by default". this...
Last update in master was on Jul 9, 2020 See https://github.com/ksmithut/prettier-standard > Note on Fork > This is a fork of [sheerun/prettier-standard](https://github.com/sheerun/prettier-standard). At the time of forking, it seemed that...