]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/applyTransformation.mli
severe bug found in parallel zeta
[helm.git] / matita / matita / applyTransformation.mli
index 6d3e408108789484331d323f661641aed933675d..d5886abd8a7e8b82aff0fae35b121264238560d4 100644 (file)
 (*                                                                         *)
 (***************************************************************************)
 
+val use_high_level_pretty_printer: bool ref
+
 class status :
-  object ('self)
-    inherit NTermCicContent.status
-    inherit TermContentPres.status
-  end
+ object
+  inherit NCic.cstatus
+  inherit Interpretations.status
+  inherit TermContentPres.status
+ end
 
 val ntxt_of_cic_sequent:
- map_unicode_to_tex:bool -> int ->
- #status ->
- NCic.metasenv -> NCic.substitution ->          (* metasenv, substitution *)
+ metasenv:NCic.metasenv -> subst:NCic.substitution -> (* metasenv,substitution*)
+ map_unicode_to_tex:bool -> int -> #status ->
  int * NCic.conjecture ->                       (* sequent *)
-  string                                        (* text *)
+  (int * int * string) list * string            (* hyperlinks, text *)
 
 val ntxt_of_cic_object:
- map_unicode_to_tex:bool -> int -> #status -> NCic.obj -> string
+ map_unicode_to_tex:bool -> int -> #status -> NCic.obj ->
+  (int * int * string) list * string            (* hyperlinks, text *)