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