buzzdecafe
buzzdecafe
i am sure some would find TS useful. no reason they should not exist
`State` merged; you wanna submit PR for `Continue`?
@davidchase you're right, i'll try and get to that tonight. btw, you may be inetersted in https://github.com/ramda/repl
fine with me, i am ready to retire :smile:
Thanks @scott-christopher !
you can keep using RF, but it will not be getting further upgrades (unless someone else takes it up); or you can try folktale as well: * https://github.com/folktale/data.either * https://github.com/folktale/data.maybe
@niksosf thanks for the heads up, i'll keep an eye on it
i reserve the right to contradict myself. So here goes. I believe I was in error. I think the "lawful" approach is that the `Style` constructor can do the wrapping...
I am struggling with what the type of this thing is. Is `Style` a "container" for a function `(Props) -> Style CSS`? Or is `Style` the function itself? If it...
i am still fighting some confusion. `of` wraps its input in a function. This means that the type of `Style` is `Style :: (Dict -> Dict)`, yes? So as Giulio...