bishbosh-0.0.0.4: Plays chess.

Safe HaskellNone
LanguageHaskell2010

BishBosh.Data.Integral

Contents

Description

AUTHOR
Dr. Alistair Ward
DESCRIPTION
Synopsis

Functions

stringToUnsignedDecimal :: Num i => String -> i Source #

  • N.B. much faster than the instance of Read for the integral type. TODO: compare with readDec.
  • N.B. ignores any leading zeroes.
  • CAVEAT: digitToInt throws an exception if it receives a character which isn't a digit.

Orphan instances

XmlPickler Int8 Source # 
Instance details

Methods

xpickle :: PU Int8 #

XmlPickler Int16 Source # 
Instance details

Methods

xpickle :: PU Int16 #

XmlPickler Int32 Source # 
Instance details

Methods

xpickle :: PU Int32 #

XmlPickler Word Source # 
Instance details

Methods

xpickle :: PU Word #

XmlPickler Word8 Source # 
Instance details

Methods

xpickle :: PU Word8 #

XmlPickler Word16 Source # 
Instance details

Methods

xpickle :: PU Word16 #

XmlPickler Word32 Source # 
Instance details

Methods

xpickle :: PU Word32 #