module Stdlib.Debug.Fail;

import Stdlib.Data.String.Base open;

--- Primitive that exits the program with an error message.
builtin fail
axiom failwith : {A : Type}  String  A;
Last modified on 2024-05-06 3:17 UTC