1
0
forked from GitHub/gf-core

Support dynamic param values

This commit is contained in:
John J. Camilleri
2021-02-03 13:16:10 +01:00
parent 132f693713
commit 42b9e7036e
7 changed files with 110 additions and 39 deletions

7
testsuite/lpgf/Params.gf Normal file
View File

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