-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Symbol and emoji lookup for typst language
--   
--   This package defines symbol and emoji codes for the typst language
--   (<a>https://typst.app</a>).
@package typst-symbols
@version 0.1.5

module Typst.Emoji

-- | A list of triples, each consisting of the emoji name, a Boolean
--   indicating whether the symbol is an accent, and the resolved emoji.
typstEmojis :: [(Text, Bool, Text)]

module Typst.Shorthands
mathSymbolShorthands :: [(Text, Text)]

module Typst.Symbols

-- | A list of triples, each consisting of the symbol name, a Boolean
--   indicating whether the symbol is an accent, and the resolved symbol.
typstSymbols :: [(Text, Bool, Text)]
