Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Commonmark.Extensions.Emoji
Documentation
class HasEmoji a where Source #
Instances
HasEmoji (Html a) Source # | |
Defined in Commonmark.Extensions.Emoji | |
(HasEmoji i, Monoid i) => HasEmoji (WithSourceMap i) Source # | |
Defined in Commonmark.Extensions.Emoji Methods emoji :: Text -> Text -> WithSourceMap i Source # |