úÎ Û ^ Safe-Inferred Safe-Inferred?Given an entity looks up unicode code points that represent it.entityCodePoints "μ" Just [966]entityCodePoints "&nano;"Nothing=Given an entity returns it's textual representation (if any).entityChars "μ"Just "¼"entityChars "&nano;"Nothing1Check if entity is valid (if such entity exists).isValidEntity "μ"TrueisValidEntity "&nano;"False>Given a name of entity looks up code points that represent it.entityNameCodePoints "mu" Just [966]entityNameCodePoints "nano"NothingDGiven a name of entity returns it's textual representation (if any).entityNameChars "mu"Just "¼"entityNameChars "nano"Nothing?Check if entity name is valid (if corresponding entity exists).isValidEntityName "mu"TrueisValidEntityName "nano"False    html5-entity-0.2.0.3Text.Html.Entity.DataText.Html.Entity entityMap entitySetentityCodePoints entityChars isValidEntityentityNameCodePointsentityNameCharsisValidEntityName nameToEntity