forked from GitHub/gf-core
8 lines
88 B
Plaintext
8 lines
88 B
Plaintext
abstract Params = {
|
|
cat S ; F ;
|
|
fun
|
|
FtoS : F -> S ;
|
|
f1 : F ;
|
|
f2 : F ;
|
|
}
|