forked from GitHub/gf-core
Added directly cyclic SRG test case.
This commit is contained in:
7
test/srg/cyclic-direct/cyclic-direct.gf
Normal file
7
test/srg/cyclic-direct/cyclic-direct.gf
Normal file
@@ -0,0 +1,7 @@
|
||||
cat S;
|
||||
|
||||
fun f : S -> S ;
|
||||
fun g : S ;
|
||||
|
||||
lin f s = { s = s.s } ;
|
||||
lin g = { s = "g" } ;
|
||||
Reference in New Issue
Block a user