unison/unison-src/transcripts/fix2238.md
2024-06-25 11:11:07 -07:00

372 B

scratch/main> builtins.mergeio

This should not typecheck - the inline @eval expression uses abilities.

structural ability Abort where abort : x

ex = {{ @eval{abort} }}

This file should also not typecheck - it has a triple backticks block that uses abilities.

scratch/main> load unison-src/transcripts/fix2238.u