]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/applyTransformation.mli
update in lambdadelta
[helm.git] / matita / matita / applyTransformation.mli
index bcf3690d28148ed746e71068b1ac8c64944cb87f..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:
+ 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 *)