Module Binsec_codex_lib.Codex_logger
module Alarm_record : sig ... endmodule type BINSEC_LOGGER_S = sig ... endinclude BINSEC_LOGGER_S
Emit a check notification, i.e. inform the log reader that an alarm may follow.
val alarm : _ Operator.Alarm.t -> unitEmit an alarm, i.e. a notification that the code could not be proved conform to the specification.
val alarm_record : unit -> Alarm_record.tmodule Codex_logger : Codex.Codex_log.SLogger to be used specifically by the libase library.