Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. bcNumQueryPoints :: BenchConfig -> Int

    rp-tree Data.RPTree

    No documentation available.

  2. bcNumTrees :: BenchConfig -> Int

    rp-tree Data.RPTree

    No documentation available.

  3. decimalNumerator :: forall p r (s :: Nat) . Integral p => Decimal r s p -> Integer

    safe-decimal Numeric.Decimal

    Get the numerator. Same as toInteger . unwrapDecimal

    >>> import Numeric.Decimal
    
    >>> :set -XDataKinds -XTypeApplications
    
    >>> decimalNumerator <$> arithD @RoundHalfEven @3 @Int 123.45
    Arith 123450
    

  4. signumDecimal :: forall (s :: Nat) r . KnownNat s => Decimal r s Integer -> Decimal r s Integer

    safe-decimal Numeric.Decimal

    Compute signum of a decimal, always one of 1, 0 or -1

  5. signumDecimalBounded :: forall (s :: Nat) m p r . (KnownNat s, MonadThrow m, Integral p, Bounded p) => Decimal r s p -> m (Decimal r s p)

    safe-decimal Numeric.Decimal

    Compute signum of a decimal, always one of 1, 0 or -1

  6. PreReleaseNumeric :: Word64 -> PreRelease

    salve Salve.Internal

    No documentation available.

  7. getDisplayNumber :: WebDriver -> Maybe Int

    sandwich-webdriver Test.Sandwich.WebDriver.Config

    Get the X11 display number associated with the WebDriver. Only present if running in RunInXvfb mode.

  8. xvfbDisplayNum :: XvfbSession -> Int

    sandwich-webdriver Test.Sandwich.WebDriver.Config

    No documentation available.

  9. _msgFlashErase_sector_num :: MsgFlashErase -> !Word32

    sbp SwiftNav.SBP.Flash

    Flash sector number to erase (0-11 for the STM, 0-15 for the M25)

  10. msgFlashErase_sector_num :: Lens' MsgFlashErase Word32

    sbp SwiftNav.SBP.Flash

    No documentation available.

Page 520 of many | Previous | Next