mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-23 09:52:55 -06:00
Add support for BIND
This commit is contained in:
9
testsuite/lpgf/BindCnc.gf
Normal file
9
testsuite/lpgf/BindCnc.gf
Normal file
@@ -0,0 +1,9 @@
|
||||
concrete BindCnc of Bind = open Prelude in {
|
||||
lincat
|
||||
S = Str ;
|
||||
F = { s : Str } ;
|
||||
lin
|
||||
f1 = { s = "hello the" ++ BIND ++ "re" } ;
|
||||
f2 = { s = "good" ++ "bye" } ;
|
||||
FtoS f = f.s ;
|
||||
}
|
||||
Reference in New Issue
Block a user