ghc-bignum-1.3: 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

backendName :: [Char] Source #

ghc-bignum backend name

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