kurita-0: Find the alpha emoji

Safe HaskellNone
LanguageHaskell2010

Kurita.Prompt

Synopsis

Documentation

renderIntro :: Ord c => (c -> Text) -> [c] -> Prompt -> Either String Text Source #

renderPrompt :: forall c. Ord c => (c -> Text) -> (ByteString -> Word64) -> Map Text (Set Text) -> Bracket c Int64 KuritaGame -> Prompt -> Either String Text Source #

Fill a prompt if possible, otherwise return the filled prompt and leftover emojis

sortedPair :: Ord a => SortedList a -> Maybe (a, a) Source #