1
0
forked from GitHub/gf-rgl

move the prelude sources to the prelude directory and add the resource library to cabal

This commit is contained in:
krasimir
2008-06-19 14:16:05 +00:00
parent 428505b46f
commit b698d0f90c
9 changed files with 0 additions and 0 deletions

5
prelude/PredefCnc.gf Normal file
View File

@@ -0,0 +1,5 @@
concrete PredefCnc of PredefAbs = {
lincat
Int = {s : Str ; size : Predef.Ints 1 ; last : Predef.Ints 9} ;
Float, String = {s : Str} ;
} ;