Module Defprog.WSet


module WSet: Set.Make(sig
type t = string * string * string * float 
val compare : 'a * 'b * 'c * 'd -> 'a * 'b * 'c * 'd -> int
end)
Set for words, each element has file, identification (word), meaning and weight. Comparision is lexicographic.