mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Shrunk srg0005
This commit is contained in:
@@ -1,13 +1,9 @@
|
||||
cat S; X; E;
|
||||
cat S; E;
|
||||
|
||||
fun s : S ;
|
||||
fun es : E -> S -> S ;
|
||||
fun sx : S -> X -> S ;
|
||||
fun x : X ;
|
||||
fun es : E -> S ;
|
||||
fun sx : S -> S ;
|
||||
fun e : E ;
|
||||
|
||||
lin s = { s = "s" } ;
|
||||
lin es e s = { s = e.s ++ s.s } ;
|
||||
lin sx s x = { s = s.s ++ x.s } ;
|
||||
lin x = { s = "x" } ;
|
||||
lin es e = { s = e.s } ;
|
||||
lin sx s = { s = s.s ++ "x" } ;
|
||||
lin e = { s = "e" } ;
|
||||
|
||||
Reference in New Issue
Block a user