Paul Chiusano

Results 103 comments of Paul Chiusano

wow, an epic refactoring. looks a lot cleaner!

Nice! Could you just add yourself to CONTRIBUTORS.markdown?

Also looking at CI, do a `stack exec transcripts` to refresh the transcripts. We have tests that exercise `ucm` interactions, and CI checks that the results haven't changed accidentally. Some...

> If we want it to be future-proof for if we eventually stop keeping the whole root branch in memory I can rewrite it to use shallow branches for prefix...

Thanks for reporting. @dolio can you have a look when you’ve got a chance?

## Before public release ToS & privacy policy - [ ] @runarorama to review terms of service and privacy policy, make any notes and edits - [ ] @pchiusano to...

display has to evaluate the expression before rendering it, so it’s evaluating the abort, which has no handler. It should be an ability check failure type message, before even evaluating...

This will be triggered when displaying any 0-arg ability operation.

Revisit this after finalizing a design.

Good catch. I think I see the problem. It's in `DeclPrinter`: ```haskell constructor (n, (_, _, t)) = prettyPattern env ctorType name (ConstructorReference r n) (fmt S.TypeAscriptionColon " :") `P.hang`...