]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/applyTransformation.mli
dependencies between statuses simplified
[helm.git] / matita / matita / applyTransformation.mli
index 4b95e5370013d4a063adbafee34a9fca580a388b..d5c99447d6ddfb55444478ba99a4fa37f5fd0cf7 100644 (file)
 (*                                                                         *)
 (***************************************************************************)
 
-class status :
-  object ('self)
-    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 -> #LexiconTypes.status ->
  NCic.metasenv -> NCic.substitution ->          (* metasenv, substitution *)
  int * NCic.conjecture ->                       (* sequent *)
   string                                        (* text *)
 
 val ntxt_of_cic_object:
- map_unicode_to_tex:bool -> int -> #status -> NCic.obj -> string
+ map_unicode_to_tex:bool -> int -> #LexiconTypes.status -> NCic.obj -> string