1
0
forked from GitHub/gf-rgl

library adjustments, error message clean-up

This commit is contained in:
aarne
2005-04-28 15:42:47 +00:00
parent 590a0dd50e
commit 5137cfeeb8
4 changed files with 6 additions and 3 deletions

3
prelude/PredefCnc.gf Normal file
View File

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