forked from GitHub/gf-core
Added directly cyclic SRG test case.
This commit is contained in:
@@ -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