mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-07-05 21:32:45 -06:00
More srg test cases.
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
cat S; E;
|
||||||
|
|
||||||
|
fun s : S ;
|
||||||
|
fun es : E -> S -> S ;
|
||||||
|
fun e : E ;
|
||||||
|
|
||||||
|
lin s = { s = "s" } ;
|
||||||
|
lin es e s = { s = e.s ++ s.s } ;
|
||||||
|
lin e = { s = [] } ;
|
||||||
Reference in New Issue
Block a user