mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-19 17:59:32 -06:00
GF.Text.Transliterations: avoid error prone function Data.Map.fromAscList
This commit is contained in:
@@ -35,7 +35,7 @@ transliterateWithFile name src isFrom =
|
||||
transliteration :: String -> Maybe Transliteration
|
||||
transliteration s = Map.lookup s allTransliterations
|
||||
|
||||
allTransliterations = Map.fromAscList [
|
||||
allTransliterations = Map.fromList [
|
||||
("amharic",transAmharic),
|
||||
("ancientgreek", transAncientGreek),
|
||||
("arabic", transArabic),
|
||||
|
||||
Reference in New Issue
Block a user