mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-14 05:32:51 -06:00
Add support for SOFT_BIND (which PGF runtime doesn't support)
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
abstract Bind = {
|
||||
cat S ; F ;
|
||||
cat S ;
|
||||
fun
|
||||
FtoS : F -> S ;
|
||||
f1 : F ;
|
||||
f2 : F ;
|
||||
f1 : S ;
|
||||
f2 : S ;
|
||||
concat : S -> S -> S ;
|
||||
bind : S -> S -> S ;
|
||||
softbind : S -> S -> S ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user