forked from GitHub/gf-core
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