emit_WARNING : bool ref
The default value of emit_WARNING is true.
- HOL_WARNING "Clock" "watcher" "Time is running out."; <<HOL warning: Clock.watcher: Time is running out.>> > val it = () : unit - emit_WARNING := false; > val it = () : unit - HOL_WARNING "Clock" "watcher" "Time is running out."; > val it = () : unit