mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
restricted inheritance in gfcc abstract fixed
This commit is contained in:
@@ -199,10 +199,7 @@ reorder abs cg = M.MGrammar $
|
|||||||
where
|
where
|
||||||
mos = M.allModMod cg
|
mos = M.allModMod cg
|
||||||
adefs = sorted2tree $ sortIds $
|
adefs = sorted2tree $ sortIds $
|
||||||
predefADefs ++
|
predefADefs ++ Look.allOrigInfos cg abs
|
||||||
[finfo |
|
|
||||||
(i,mo) <- M.allModMod cg, M.isModAbs mo,
|
|
||||||
finfo <- tree2list (M.jments mo)]
|
|
||||||
predefADefs =
|
predefADefs =
|
||||||
[(IC c, AbsCat (Yes []) Nope) | c <- ["Float","Int","String"]]
|
[(IC c, AbsCat (Yes []) Nope) | c <- ["Float","Int","String"]]
|
||||||
aflags = nubFlags $
|
aflags = nubFlags $
|
||||||
|
|||||||
Reference in New Issue
Block a user