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

5
lib/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} ;
} ;