-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | Map from HTML5 entity names to the corresponding Unicode text
--
-- Map from HTML5 entity names to the corresponding Unicode text.
@package html-entity-map
@version 0.1.0.0
-- | This module contains a mechanically generated map from HTML5 entity
-- names to the corresponding Unicode text.
module Data.HTML.Entities
-- | Map from HTML5 entity names to the corresponding Unicode text. The
-- names do not include the starting & and the ending
-- ;, only the name itself.
htmlEntityMap :: HashMap Text Text