mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 09:02:50 -06:00
Just renaming in srg0005
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
cat S; E;
|
cat S; E;
|
||||||
|
|
||||||
fun es : E -> S ;
|
fun f : E -> S ;
|
||||||
fun sx : S -> S ;
|
fun g : S -> S ;
|
||||||
fun e : E ;
|
fun e : E ;
|
||||||
|
|
||||||
lin es e = { s = e.s } ;
|
lin f e = { s = e.s } ;
|
||||||
lin sx s = { s = s.s ++ "x" } ;
|
lin g s = { s = s.s ++ "x" } ;
|
||||||
lin e = { s = "e" } ;
|
lin e = { s = "e" } ;
|
||||||
|
|||||||
Reference in New Issue
Block a user