]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/applyTransformation.mli
Update online helper entries
[helm.git] / matita / matita / applyTransformation.mli
index 5816455c2e6c017379b1c6f88f7d9502bacf7aa0..d5886abd8a7e8b82aff0fae35b121264238560d4 100644 (file)
 (*                                                                         *)
 (***************************************************************************)
 
-val nmml_of_cic_sequent:
- #NCicCoercion.status ->
- NCic.metasenv -> NCic.substitution ->          (* metasenv, substitution *)
- int * NCic.conjecture ->                       (* sequent *)
-  Gdome.document                                (* Math ML *)
+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 ->
- #NCicCoercion.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 *)
-
-val nmml_of_cic_object: #NCicCoercion.status -> NCic.obj -> Gdome.document
+  (int * int * string) list * string            (* hyperlinks, text *)
 
 val ntxt_of_cic_object:
- map_unicode_to_tex:bool -> int -> #NCicCoercion.status -> NCic.obj -> string
+ map_unicode_to_tex:bool -> int -> #status -> NCic.obj ->
+  (int * int * string) list * string            (* hyperlinks, text *)