]> matita.cs.unibo.it Git - helm.git/blob - helm/gTopLevel/chosenTermEditor.ml
f6a7b0380e6f39676c0f4e50adaf4d53632371ba
[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;;