Safe Haskell | None |
---|---|
Language | Haskell2010 |
- keywordToString :: KeywordId -> String
- unicodeString :: KeywordId -> String
Documentation
keywordToString :: KeywordId -> String Source
Maps AnnKeywordId
to the corresponding String representation.
There is no specific mapping for the following constructors.
AnnOpen
, AnnClose
, AnnVal
, AnnPackageName
, AnnHeader
, AnnFunId
,
AnnInfix
unicodeString :: KeywordId -> String Source
Tries to find a unicode equivalent to a KeywordId
.
If none exists then fall back to find the ASCII version.