mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-03 16:22:52 -06:00
qualification with real module name accepted, as in GF refman
This commit is contained in:
@@ -92,6 +92,7 @@ renameIdentTerm env@(act,imps) t =
|
|||||||
where
|
where
|
||||||
opens = [st | (OSimple _,st) <- imps]
|
opens = [st | (OSimple _,st) <- imps]
|
||||||
qualifs = [(m, st) | (OQualif m _, st) <- imps] ++
|
qualifs = [(m, st) | (OQualif m _, st) <- imps] ++
|
||||||
|
[(m, st) | (OQualif _ m, st) <- imps] ++
|
||||||
[(m, st) | (OSimple m, st) <- imps] -- qualif is always possible
|
[(m, st) | (OSimple m, st) <- imps] -- qualif is always possible
|
||||||
|
|
||||||
-- this facility is mainly for BWC with GF1: you need not import PredefAbs
|
-- this facility is mainly for BWC with GF1: you need not import PredefAbs
|
||||||
|
|||||||
Reference in New Issue
Block a user