Give SRG test cases human-readable names.

This commit is contained in:
bringert
2007-03-25 16:42:52 +00:00
parent 2091df47fe
commit f9ad1dfe2d
5 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
cat S; E;
fun s : S ;
fun es : E -> S -> S ;
fun e : E ;
lin s = { s = "s" } ;
lin es e s = { s = e.s ++ s.s } ;
lin e = { s = [] } ;