Imandra_interactive.Extractval to_string :
?scope:Opentelemetry.Trace.scope ->
?signature:Imandra_surface.Uid.t ->
?ext_sig:bool ->
?accessors:bool ->
unit ->
stringto_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 ->
unitCalls 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 ->
unitto_file filename extracts code to the given file
Accessors used by the generated code. Do not call directly.