xlsx-0.7.0: Simple and incomplete Excel file parser/writer

Safe HaskellSafe
LanguageHaskell2010

Codec.Xlsx.Parser.Internal.Util

Documentation

boolean :: Monad m => Text -> m Bool Source #

decimal :: (Monad m, Integral a) => Text -> m a Source #