mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-02 07:42:50 -06:00
use BIND in IIDig for all languages in the library
This commit is contained in:
@@ -121,7 +121,7 @@ lincat
|
||||
IDig d = d ;
|
||||
|
||||
IIDig d i = {
|
||||
s = d.s ++ i.s;
|
||||
s = d.s ++ BIND ++ i.s;
|
||||
n = ThreeTen ;
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user