1
0
forked from GitHub/gf-core
Files
gf-core/testsuite/lpgf/Params.gf
2021-02-03 13:16:10 +01:00

8 lines
88 B
Plaintext

abstract Params = {
cat S ; F ;
fun
FtoS : F -> S ;
f1 : F ;
f2 : F ;
}