]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/ocaml/i_mathml_editor.ml
* the documents passed to the ocaml binding have been turned into strings
[helm.git] / helm / DEVEL / mathml_editor / ocaml / i_mathml_editor.ml
index 25171b8bb9fa07f23db5a694d43d1c55b49c5414..c98c2fbe128dae895b4d7a00cec8d9bd7888072a 100644 (file)
@@ -35,9 +35,9 @@ external get_default_tex_stylesheet_path : unit -> string
   = "ml_mathml_editor_get_default_tex_stylesheet_path"
 
 external create : 
-  dictionary:[> `Document] GdomeT.t ->
-  mml: [> `Document] GdomeT.t -> 
-  tex: [> `Document] GdomeT.t ->
+  dictionary_uri: string ->
+  mml_uri: string -> 
+  tex_uri: string ->
   log:(int -> string -> unit) ->
   t
   = "ml_mathml_editor_new"