mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-05 09:12:51 -06:00
8 lines
86 B
Plaintext
8 lines
86 B
Plaintext
abstract Bind = {
|
|
cat S ; F ;
|
|
fun
|
|
FtoS : F -> S ;
|
|
f1 : F ;
|
|
f2 : F ;
|
|
}
|