1
0
forked from GitHub/gf-core
Files
gf-core/testsuite/lpgf/unittests/Params1.gf
2021-02-27 23:13:02 +01:00

8 lines
89 B
Plaintext

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