Just renaming in srg0005

This commit is contained in:
bringert
2007-03-24 17:25:07 +00:00
parent eca7f691a6
commit 2885cfc5ac

View File

@@ -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" } ;