tibetan-utils-0.1.1.9: 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