Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. ProjCollectPeriodNum :: DealStats

    Hastructure Types

    No documentation available.

  2. diffNum :: Num a => [a] -> [a]

    Hastructure Util

    No documentation available.

  3. alphanumeric :: Alphabet

    NanoID Data.NanoID

    No documentation available.

  4. parseSignum :: GenParser Char st Char

    ParsecTools Text.Parsec.Numbers

    Parse the potential +/- before a number, returning ' ' for a +

  5. AlignNumber :: AlignForString

    PyF PyF.Formatters

    No documentation available.

  6. i32_arithmic_signum_f32 :: Float -> Int32

    RoundingFiasco Rounding

    No documentation available.

  7. i32_arithmic_signum_f32# :: Float# -> Int#

    RoundingFiasco Rounding

    No documentation available.

  8. i32_arithmic_signum_f64 :: Double -> Int32

    RoundingFiasco Rounding

    There are three possible outputs:

    i32_arithmic_signum_f64 (-1.0) = -1
    
    i32_arithmic_signum_f64 (-0.0) = 0
    
    i32_arithmic_signum_f64 (0.0) = 0
    
    i32_arithmic_signum_f64 (1.0) = 1
    
    NaN values are mapped to `0`:
    i32_arithmic_signum_f64 (0/0) = 0
    

  9. i32_arithmic_signum_f64# :: Double# -> Int#

    RoundingFiasco Rounding

    No documentation available.

  10. rcAlignmentNumber :: RNAcode -> Maybe Int

    ViennaRNAParser Bio.RNAcodeData

    No documentation available.

Page 439 of many | Previous | Next