Support nested parameters, but fails with non-static values (see FoodsBull, ASg kind.g).

This commit is contained in:
John J. Camilleri
2021-02-03 00:11:22 +01:00
parent d09838e97e
commit 153bffdad7
7 changed files with 103 additions and 10 deletions

View File

@@ -0,0 +1,7 @@
abstract Scratch = {
cat S ; F ;
fun
FtoS : F -> S ;
f1 : F ;
f2 : F ;
}