Imandra_interactive.Extract
val to_string :
?scope:Opentelemetry.Trace.scope ->
?signature:Imandra_surface.Uid.t ->
?ext_sig:bool ->
?accessors:bool ->
unit ->
string
to_string ()
produces a code fragment that defines a module Mex
which can be used to extract term models
val eval :
?scope:Opentelemetry.Trace.scope ->
?quiet:bool ->
?signature:Imandra_surface.Uid.t ->
?ext_sig:bool ->
?accessors:bool ->
unit ->
unit
Calls generate
and then evaluates the code fragment
val to_file :
?scope:Opentelemetry.Trace.scope ->
?signature:Imandra_surface.Uid.t ->
?ext_sig:bool ->
?accessors:bool ->
string ->
unit
to_file filename
extracts code to the given file
Accessors used by the generated code. Do not call directly.