number-length-0.2.1.0: Number of digits in a number in decimal and hexadecimal representation.

Copyright(c) 2015 Peter Trško
LicenseBSD3
Stabilityunstable
PortabilityCPP, NoImplicitPrelude
Safe HaskellSafe
LanguageHaskell2010

Data.NumberLength.Internal

Description

 

Synopsis

Documentation

either32or64 Source #

Arguments

:: a

Used in case when Word is 32bit long.

-> a

Used in case when Word is 64bit long.

-> a 

Returns one of its arguments, depending on bit size of Word type on current hardware.