tibetan-utils-0.1.1.5: 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 #

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

showBo :: Integer -> Maybe String #

Display positive integer as a String

λ > showBo 312
Just "༣༡༢"