bishbosh-0.0.0.3: 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