mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-09-19 00:36:02 -06:00
redefine readLanguage to fix the type signature
This commit is contained in:
@@ -173,7 +173,7 @@ ppCId = text . showCId
|
|||||||
|
|
||||||
type Language = CId
|
type Language = CId
|
||||||
|
|
||||||
readLanguage lang = CId lang
|
readLanguage = readCId
|
||||||
showLanguage (CId lang) = lang
|
showLanguage (CId lang) = lang
|
||||||
|
|
||||||
-- | creates a type from list of hypothesises, category and
|
-- | creates a type from list of hypothesises, category and
|
||||||
|
|||||||
Reference in New Issue
Block a user