1
0
forked from GitHub/gf-core

one more test for cyclic def rules

This commit is contained in:
krasimir
2010-02-16 20:27:07 +00:00
parent e6dbcc2dc0
commit ff30de63ce
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
abstract Test3Abs = {
cat A ;
fun f : A -> A ;
def f = g ;
fun g : A -> A ;
def g = f ;
}

View File

@@ -0,0 +1 @@
i -src testsuite/compiler/check/cyclic/abs-types/Test3Abs.gf