Alexis King
Alexis King
I think I would prefer that `syntax-local-identifier-as-binding` were left as it is (that is, only allowed on identifiers), since I don’t know of a situation in which the recursive-flipping behavior...
> I switched the context from 'expression to (list (gensym)) such that use-site scopes created during those local expansion can be removed by `syntax-local-identifier-as-binding` outside the expansion, rather that only...
The answer is: sort of. `Resource` is not really an algebraic effect; rather, it is a collection of operations for installing handlers that should be invoked on winding/unwinding. I therefore...
Not right now, but it will be possible before the library is released. Currently it isn’t possible to handle `Catch` in a way that catches `IO` exceptions, but that will...
#2082 does not fix this bug, but my time spent looking into this did lead at least in part to the changes in #2082. I think fixing this is a...
It could probably theoretically combined into one package but the package in the main distribution all use a separate `-doc` package by convention.
I started typing out my feelings about installing build-deps via binaries being not well enough supported in certain configurations and not being good enough for me in those situations, but...
> I agree that binary installations aren't currently well supported in all configurations, but I think that's something that should / will change in the future. I don't have an...
> Would [latent effects](https://www.reddit.com/r/haskell/comments/q362yz/latent_effects_for_reusable_language_components/) solve the challenges? I’m afraid not. To quote [a comment I left about it in an r/haskell thread](https://www.reddit.com/r/haskell/comments/pywuqg/unresolved_challenges_of_scoped_effects_and_what/hkwukyr/?context=3): > I finally got around to reading this....