]> matita.cs.unibo.it Git - helm.git/blob - matitaB/components/content_pres/interpTable.mli
interim version (added smallLexer)
[helm.git] / matitaB / components / content_pres / interpTable.mli
1 module Table :
2 sig
3   include Map.S with type key = (Stdpp.location * string)
4 end
5
6 val populate : NotationPt.term -> string Table.t