]> matita.cs.unibo.it Git - helm.git/blob - helm/gTopLevel/chosenTermEditor.ml
moved here term_of_uri
[helm.git] / helm / gTopLevel / chosenTermEditor.ml
1 (*
2 module ChosenTermEditor  = TexTermEditor;;
3 *)
4 module ChosenTermEditor = TermEditor;;
5
6 module Make = ChosenTermEditor.Make;;
7 class type term_editor = ChosenTermEditor.term_editor;;