eve
eve copied to clipboard
An extensible event-driven application framework in haskell
Results
2
eve issues
Sort by
recently updated
recently updated
newest added
I tried compiling on Stackage lts-19.19, and found the following type error for [`makeStateLens`](https://github.com/ChrisPenner/eve/blob/6081b1ff13229b93e5e5a4505fd23aa0a25c96b1/src/Eve/Internal/States.hs#L88): ```haskell • Couldn't match type: a0 -> a1 -> f0 a1 with: forall (f :: *...