makefile fix and table with results so far added to ex3
[tt2015.git] / a3 / code / Generics / GenLib.dcl
1 definition module GenLib
2
3 import StdGeneric
4
5 import GenEq
6 import GenLexOrd
7 import GenMap
8 import GenMapSt
9 import GenReduce
10 import GenZip
11 import GenPrint
12 import GenParse
13 import GenCompress
14 import GenMonad
15 import GenHylo
16 import GenFMap
17 import GenBimap