tibetan-utils-0.1.2.0: Parse and display tibetan numerals

Safe HaskellNone
LanguageHaskell2010

Text.Megaparsec.Lexer.Tibetan

Description

Parser to parse Tibetan numerals

Synopsis

Documentation

parseNumber :: (Integral a, MonadParsec e s m, Token s ~ Char) => m a Source #

Parse Tibetan numerals, returning a positive integer

readBo :: Integral a => String -> Maybe a Source #

Read a string in, returning integral value or error

λ:> readBo "༣༢༠༥"
Just 3205

readBoV :: Integral a => String -> Either (ParseErrorBundle String Void) a Source #

Return verbose errors.

Since: 0.1.2.0