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 0808aa8936
commit b7be040be6
11 changed files with 541 additions and 13 deletions

4
lib/prelude/PredefAbs.gf Normal file
View File

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