Module Imandra_interactive.Pconfig_io
module Cfg = Imandra_util_frontend.Pconfigval last_timer : float Stdlib.refval time : ( 'a -> 'b ) -> 'a -> 'bval time0 : ( unit -> 'a ) -> 'aval time_now_as_float : unit -> floatval custom_timer_val : float option Stdlib.refval custom_timer_start : unit -> unitval custom_timer_stop : unit -> floatval custom_timer_elapsed : unit -> floatval protected_bindings : string list Stdlib.refval protect_binding : string -> unitval unprotect_binding : string -> unitval protected_binding : string -> boolval in_load_path : Stdlib.String.t -> boolval add_to_load_path_l :
scope:Opentelemetry.Trace.scope option ->
string list ->
unitval add_to_load_path : string -> scope:Opentelemetry.Trace.scope option -> unitval with_load_path :
scope:Opentelemetry.Trace.scope option ->
string ->
( unit -> unit ) ->
unitval with_mode_assigned :
?scope:Opentelemetry.Trace.scope ->
to_:Imandra_util_frontend__Pconfig.mode ->
( unit -> 'a ) ->
'a