ghc-bignum-1.0: GHC BigNum library
Safe HaskellNone
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 #

Type representing a GMP Limb

type GmpSize = Int #

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

type GmpSize# = Int# #

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

Return 0 for invalid inputs