]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/lexicon/lexiconEngine.mli
Objects are now used to represent also the tactic status.
[helm.git] / helm / software / components / lexicon / lexiconEngine.mli
index 07eb8d298f015fefb891f23953f950f8c8963305..4e404024d378dc7666de48f57f6895542b2b5b70 100644 (file)
@@ -36,6 +36,7 @@ class status :
  object ('self)
   method lstatus: lexicon_status
   method set_lstatus: lexicon_status -> 'self
+  method set_lexicon_engine_status: status -> 'self
  end
 
 val eval_command : #status as 'status -> LexiconAst.command -> 'status