]> 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 e67a88ee3df070505bb7a655adeeea8f224b5c85..bcf3690d28148ed746e71068b1ac8c64944cb87f 100644 (file)
 (*                                                                         *)
 (***************************************************************************)
 
+class status :
+ object
+  inherit Interpretations.status
+  inherit TermContentPres.status
+ end
+
 val ntxt_of_cic_sequent:
- map_unicode_to_tex:bool -> int ->
- #NTermCicContent.status ->
+ map_unicode_to_tex:bool -> int -> #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