]> matita.cs.unibo.it Git - helm.git/blob - matitaB/components/content_pres/interpTable.mli
7fa2f1b11df6217ff43060de206397822a30887a
[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