testcase for parameters with nested records

This commit is contained in:
krasimir
2009-05-20 16:38:19 +00:00
parent c6dcec2e9c
commit 4e2e2b2535
3 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
abstract params = {
cat S; NP ;
fun test : NP -> S ;
}