]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/applyTransformation.mli
hgdome no longer used (RIP)
[helm.git] / matita / matita / applyTransformation.mli
index 5816455c2e6c017379b1c6f88f7d9502bacf7aa0..93d8afc1946377f9db581e97953a627cf55a18b5 100644 (file)
 (*                                                                         *)
 (***************************************************************************)
 
-val nmml_of_cic_sequent:
- #NCicCoercion.status ->
- NCic.metasenv -> NCic.substitution ->          (* metasenv, substitution *)
- int * NCic.conjecture ->                       (* sequent *)
-  Gdome.document                                (* Math ML *)
-
 val ntxt_of_cic_sequent:
  map_unicode_to_tex:bool -> int ->
  #NCicCoercion.status ->
@@ -46,7 +40,5 @@ val ntxt_of_cic_sequent:
  int * NCic.conjecture ->                       (* sequent *)
   string                                        (* text *)
 
-val nmml_of_cic_object: #NCicCoercion.status -> NCic.obj -> Gdome.document
-
 val ntxt_of_cic_object:
  map_unicode_to_tex:bool -> int -> #NCicCoercion.status -> NCic.obj -> string