1
0
forked from GitHub/gf-core

added some tests in the testsuite for the compiler

This commit is contained in:
krasimir
2009-09-14 12:17:57 +00:00
parent 62ef772a2c
commit 70fea39e2b
18 changed files with 76 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
abstract A = {
cat A1; A2 ;
fun f1 : A1 ;
f2 : A1 ;
g : A2 ;
}

View File

@@ -0,0 +1,3 @@
abstract B = A - [A1] ** {
}