module Stdlib.Debug.Fail;

import Stdlib.Data.String.Base open;

--- Primitive that exits the program with an error message.
builtin fail
axiom fail : {A : Type}  String  A;
Last modified on 2023-09-20 21:45 UTC