tibetan-utils-0.1.1.9: Parse and display tibetan numerals

Safe HaskellNone
LanguageHaskell2010

TextShow.Data.Integral.Tibetan

Description

Module to display positive integral values as strings

Synopsis

Documentation

builderBo :: Integral a => a -> Maybe Builder Source #

show a positive intgeger as text, return Nothing if that doesn't work

showBo :: Integer -> Maybe String Source #

Display positive integer as a String

λ > showBo 312
Just "༣༡༢"