]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/applyTransformation.mli
More parts of the lexicon status made functional.
[helm.git] / matita / matita / applyTransformation.mli
index e67a88ee3df070505bb7a655adeeea8f224b5c85..6d3e408108789484331d323f661641aed933675d 100644 (file)
 (*                                                                         *)
 (***************************************************************************)
 
+class status :
+  object ('self)
+    inherit NTermCicContent.status
+    inherit TermContentPres.status
+  end
+
 val ntxt_of_cic_sequent:
  map_unicode_to_tex:bool -> int ->
- #NTermCicContent.status ->
+ #status ->
  NCic.metasenv -> NCic.substitution ->          (* metasenv, substitution *)
  int * NCic.conjecture ->                       (* sequent *)
   string                                        (* text *)
 
 val ntxt_of_cic_object:
- map_unicode_to_tex:bool -> int -> #NTermCicContent.status -> NCic.obj -> string
+ map_unicode_to_tex:bool -> int -> #status -> NCic.obj -> string