Skip to content

Commit

Permalink
make the builtin exception effect final ctl
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWhiting committed Jan 31, 2024
1 parent 1465558 commit f48555f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/std/core/exn.kk
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ extern import
// Exceptions
pub effect exn
// Throw an exception
ctl throw-exn( exn : exception ) : a
final ctl throw-exn( exn : exception ) : a

// Raise a pattern match exception. This is function is used internally by the
// compiler to generate error messages on pattern match failures.
Expand Down

0 comments on commit f48555f

Please sign in to comment.