]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/lexicon/lexiconEngine.ml
Objects are now used to represent also the tactic status.
[helm.git] / helm / software / components / lexicon / lexiconEngine.ml
index 699af578b99b991aee117c6b0a1ed45a6dab91c4..4662ca6bd7c2da39820a12f7d881ed078dfdbd9f 100644 (file)
@@ -52,6 +52,7 @@ class status =
   val lstatus = initial_status
   method lstatus = lstatus
   method set_lstatus v = {< lstatus = v >}
+  method set_lexicon_engine_status (o : status) = {< lstatus = o#lstatus >}
  end
 
 let dump_aliases out msg status =