emit_ERR : bool ref
The default value of emit_ERR is true.
- Raise (mk_HOL_ERR "Module" "function" "message"); Exception raised at Module.function: message ! Uncaught exception: ! HOL_ERR - emit_ERR := false; > val it = () : unit - Raise (mk_HOL_ERR "Module" "function" "message"); ! Uncaught exception: ! HOL_ERR