ghc-bignum-1.2: GHC BigNum library
Safe HaskellSafe-Inferred
LanguageHaskell2010

GHC.Num.Backend.Selected

Description

Selected backend

We need this module in addition to GHC.Num.Backend to avoid module loops with Check backend.

Synopsis

Documentation

type GmpLimb = Word Source #

Type representing a GMP Limb

type GmpSize = Int Source #

Count of GmpLimbs, must be positive (unless specified otherwise).

sbignat_recip_mod :: Int# -> BigNat# -> BigNat# -> BigNat# Source #

Return 0 for invalid inputs