mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
patches to Now and Dan verb forms ; opers and lindefs in JS
This commit is contained in:
@@ -42,7 +42,7 @@ concrete2js (C.CId a) (C.CId c, cnc) =
|
|||||||
++ concatMap (cncdef2js l) ds
|
++ concatMap (cncdef2js l) ds
|
||||||
where
|
where
|
||||||
l = JS.Ident c
|
l = JS.Ident c
|
||||||
ds = Map.assocs $ D.lins cnc
|
ds = concatMap Map.assocs [D.lins cnc, D.opers cnc, D.lindefs cnc]
|
||||||
|
|
||||||
cncdef2js :: JS.Ident -> (C.CId,C.Term) -> [JS.Element]
|
cncdef2js :: JS.Ident -> (C.CId,C.Term) -> [JS.Element]
|
||||||
cncdef2js l (C.CId f, t) =
|
cncdef2js l (C.CId f, t) =
|
||||||
|
|||||||
Reference in New Issue
Block a user