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-04-18 10:12 UTC