1
0
forked from GitHub/gf-core

library adjustments, error message clean-up

This commit is contained in:
aarne
2005-04-28 15:42:47 +00:00
parent 299bbd966b
commit bf25f1d0db
18 changed files with 360 additions and 342 deletions

3
lib/prelude/PredefCnc.gf Normal file
View File

@@ -0,0 +1,3 @@
concrete PredefCnc of PredefAbs = {
lincat Int, String = {s : Str} ;
} ;