mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-09-11 04:46:02 -06:00
Add support for BIND
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
abstract Bind = {
|
||||
cat S ; F ;
|
||||
fun
|
||||
FtoS : F -> S ;
|
||||
f1 : F ;
|
||||
f2 : F ;
|
||||
}
|
||||
Reference in New Issue
Block a user