mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 13:59:31 -06:00
More srg test cases.
This commit is contained in:
9
test/srg/srg0002/srg0002.gf
Normal file
9
test/srg/srg0002/srg0002.gf
Normal file
@@ -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