Module Imandra_util.Pconfig
module State : sig ... endval time_now : unit -> Unix.tmval time_now_as_float : unit -> floatval with_unroll_depth : to_:int -> ('a -> 'b) -> 'a -> 'bval with_enable_all : to_:bool -> ('a -> 'b) -> 'a -> 'bval with_console_tags : to_:Console_tag.tag list -> ('a -> 'b) -> 'a -> 'bval with_mode_assigned : to_:State.mode -> ('a -> 'b) -> 'a -> 'b