unison/unison-src/transcripts/fix2238.output.md
2021-08-24 11:33:27 -07:00

598 B

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

structural ability Abort where abort : x

ex = {{ @eval{abort} }}

  The expression in red needs the {Abort} ability, but this location does not have access to any abilities.
  
      3 | ex = {{ @eval{abort} }}
  

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

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

  The expression in red needs the {Abort} ability, but this location does not have access to any abilities.
  
      7 | abort + 1