]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/applyTransformation.mli
update in ground_2 static_2 basic_2
[helm.git] / matita / matita / applyTransformation.mli
index e67a88ee3df070505bb7a655adeeea8f224b5c85..d5886abd8a7e8b82aff0fae35b121264238560d4 100644 (file)
 (*                                                                         *)
 (***************************************************************************)
 
+val use_high_level_pretty_printer: bool ref
+
+class status :
+ object
+  inherit NCic.cstatus
+  inherit Interpretations.status
+  inherit TermContentPres.status
+ end
+
 val ntxt_of_cic_sequent:
- map_unicode_to_tex:bool -> int ->
- #NTermCicContent.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 -> #NTermCicContent.status -> NCic.obj -> string
+ map_unicode_to_tex:bool -> int -> #status -> NCic.obj ->
+  (int * int * string) list * string            (* hyperlinks, text *)