]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/applyTransformation.mli
partial commit in static_2
[helm.git] / matita / matita / applyTransformation.mli
index 4b95e5370013d4a063adbafee34a9fca580a388b..d5886abd8a7e8b82aff0fae35b121264238560d4 100644 (file)
 (*                                                                         *)
 (***************************************************************************)
 
+val use_high_level_pretty_printer: bool ref
+
 class status :
-  object ('self)
-    inherit Interpretations.status
-    inherit TermContentPres.status
-  end
+ object
+  inherit NCic.cstatus
+  inherit Interpretations.status
+  inherit TermContentPres.status
+ end
 
 val ntxt_of_cic_sequent:
+ metasenv:NCic.metasenv -> subst:NCic.substitution -> (* metasenv,substitution*)
  map_unicode_to_tex:bool -> int -> #status ->
- NCic.metasenv -> NCic.substitution ->          (* metasenv, substitution *)
  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 *)