]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/applyTransformation.mli
- further simplifications (??) of the status dependencies
[helm.git] / matita / matita / applyTransformation.mli
index 6d3e408108789484331d323f661641aed933675d..bcf3690d28148ed746e71068b1ac8c64944cb87f 100644 (file)
 (***************************************************************************)
 
 class status :
-  object ('self)
-    inherit NTermCicContent.status
-    inherit TermContentPres.status
 end
+ object
+  inherit Interpretations.status
+  inherit TermContentPres.status
+ end
 
 val ntxt_of_cic_sequent:
- map_unicode_to_tex:bool -> int ->
- #status ->
+ map_unicode_to_tex:bool -> int -> #status ->
  NCic.metasenv -> NCic.substitution ->          (* metasenv, substitution *)
  int * NCic.conjecture ->                       (* sequent *)
   string                                        (* text *)