Imandra_interactive.Historyval pp_iml :
Ppx_deriving_runtime.Format.formatter ->
iml ->
Ppx_deriving_runtime.unitval show_iml : iml -> Ppx_deriving_runtime.stringval pp_error :
Ppx_deriving_runtime.Format.formatter ->
error ->
Ppx_deriving_runtime.unitval show_error : error -> Ppx_deriving_runtime.stringtype t = private {events : event list; |
len : int; |
db : Imandra_surface.Event.DB.t; |
errors : error list; |
internal_state : internal_state; |
prev : t option; |
}val pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unitval show : t -> Ppx_deriving_runtime.stringval last_env : t -> Env.tval len : t -> intval db : t -> Imandra_surface.Event.DB.tval exn_seen : t -> boolval n_exn_seen : t -> intval error_seen : t -> boolval n_error_seen : t -> intmodule State : sig ... endShow history on stdout.
val event_to_doc :
?proofs:bool ->
?txt:bool ->
event ->
Imandra_document.Document.tval to_list : ?ignore_prelude:bool -> unit -> event listval iter_plugins :
t ->
?ignore_prelude:bool ->
acts:Imandra_surface.Plugin.actions ->
Imandra_surface.Plugin.set ->
unitApply the plugins to each even in hist with actions acts.
module Print : sig ... end