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