eric
eric
Thanks for the report and config example. Out of curiosity, what version of PureScript, purs-loader, webpack, node, etc., are you using?
Good point. Thanks for bringing this up. It is possible to write a purescript file without importing anything, so I am not sure we should raise an error if no...
Thanks for the reminder for this. I have fallen a bit behind on PRs, but I will take a look—apologies for the delay! On Mon, Sep 19, 2022 at 18:45...
This looks great, apologies again for the delay on this. I will endeavor to be more prompt!
Ah, thanks, sorry for the dupe
Sounds good. I am refactoring FreeAp currently and doing some performance comparisons. I will look into adding a comonad instance with the refactoring. On Mon, Nov 28, 2016 at 23:21...
When I started working on this, I was experimenting a bit and giving some flexibility in the types since I wasn't precisely sure how I would ultimately end up using...
Thanks for the example. I don't really have a strong argument for `f Action -> f Action` or `Action -> Action`. I suppose the original idea was to keep things...
I think I'd like to reopen this. I want to explore an idea for how to better utilize the `f` type. I will post my thoughts here once I work...
Thanks for taking a look at the library! I agree that it would be nice to have `dispatch` avoid the use of `unsafeCoerceEff`. The way you set it up in...