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

4
prelude/PredefAbs.gf Normal file
View File

@@ -0,0 +1,4 @@
abstract PredefAbs = {
cat Int ; String ; Float ;
} ;