| Maintainer | hapytexeu+gh@gmail.com |
|---|---|
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Data.Char.Emoji.Core
Description
A module that defines Emoji patterns.
Synopsis
- withEmojiSuffix :: (Semigroup s, IsString s) => s -> s
- pattern EmojiSuffix :: Char
Append the emoji suffix
Arguments
| :: (Semigroup s, IsString s) | |
| => s | The string-like object to append the |
| -> s | The string-like object with an |
Append the EmojiSuffix to the string-like value.
Pattern synonyms
pattern EmojiSuffix :: Char Source #
A Character that is often used as a suffix to turn a character into an
emoji.