mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 08:32:50 -06:00
use BIND in IIDig for all languages in the library
This commit is contained in:
@@ -69,8 +69,8 @@
|
||||
----
|
||||
---- oper
|
||||
---- commaIf : DTail -> Str = \t -> case t of {
|
||||
---- T3 => "," ;
|
||||
---- _ => []
|
||||
---- T3 => BIND++","++BIND ;
|
||||
---- _ => BIND
|
||||
---- } ;
|
||||
----
|
||||
---- inc : DTail -> DTail = \t -> case t of {
|
||||
|
||||
Reference in New Issue
Block a user