Module Single_value_abstraction.Log
Automatically log the calls to a basis in the trace.
module Sig : sig ... endmodule Log_Numeric_Enum
(Log : Tracelog.S)
(Sub : Sig.NUMERIC_ENUM) :
Sig.NUMERIC_ENUMLogs all calls to Sub using Tracelog.
module No_Log_Numeric_Enum
(Log : Tracelog.S)
(Sub : Sig.NUMERIC_ENUM) :
Sig.NUMERIC_ENUMDoes not logs all calls to Sub using Tracelog; directly use Sub.