mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-28 04:08:55 -06:00
new Finnish paradigms integrated
This commit is contained in:
@@ -103,7 +103,8 @@ renameIdentTerm env@(act,imps) t =
|
|||||||
[] -> alt c ("constant not found:" +++ prt c)
|
[] -> alt c ("constant not found:" +++ prt c)
|
||||||
fs -> case nub [f c | f <- fs] of
|
fs -> case nub [f c | f <- fs] of
|
||||||
[tr] -> return tr
|
[tr] -> return tr
|
||||||
ts -> return $ Strs $ (cnIC "#conflict") : reverse ts
|
ts@(t:_) -> trace ("WARNING: conflict" +++ unwords (map prt ts)) (return t)
|
||||||
|
---- ts -> return $ Strs $ (cnIC "#conflict") : reverse ts
|
||||||
-- a warning will be generated in CheckGrammar, and the head returned
|
-- a warning will be generated in CheckGrammar, and the head returned
|
||||||
-- in next V:
|
-- in next V:
|
||||||
-- Bad $ "conflicting imports:" +++ unwords (map prt ts)
|
-- Bad $ "conflicting imports:" +++ unwords (map prt ts)
|
||||||
|
|||||||
Reference in New Issue
Block a user