]> matita.cs.unibo.it Git - helm.git/commit
Minor code reorganization:
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 30 Jan 2003 09:43:03 +0000 (09:43 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 30 Jan 2003 09:43:03 +0000 (09:43 +0000)
commit279178e6812c3fc9d376b5e3c919d59c486d6da3
tree03a1875fa9fec49540e28ef5ee9601445ac80bb6
parentef03bb07ab0219019908d099f7ea95a4a12153b1
Minor code reorganization:
 1. several functions unrelated do disambiguation moved from Disambiguate
    do Misc.
 2. TermEditor module added. It implements a widget for entering terms.
    The widget is also responsible for the disambiguation.
 3. TermEditor is now the only widget that uses the Disambiguate module.
helm/gTopLevel/.depend
helm/gTopLevel/Makefile
helm/gTopLevel/disambiguate.ml
helm/gTopLevel/disambiguate.mli
helm/gTopLevel/gTopLevel.ml
helm/gTopLevel/misc.ml [new file with mode: 0644]
helm/gTopLevel/misc.mli [new file with mode: 0644]
helm/gTopLevel/termEditor.ml [new file with mode: 0644]
helm/gTopLevel/termEditor.mli [new file with mode: 0644]