Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. setInteger :: Integer -> BF -> IO ()

    libBF LibBF.Mutable

    Set an integer. If the integer is larger than the primitive types, this does repreated Int64 additions and multiplications.

  2. setNaN :: BF -> IO ()

    libBF LibBF.Mutable

    Assign NaN to the number.

  3. setString :: Int -> BFOpts -> String -> BF -> IO (Status, Int, Bool)

    libBF LibBF.Mutable

    Set the value to the float parsed out of the given string. * The radix should not exceed maxRadix. * Sets the number to NaN on failure. * Assumes that characters are encoded with a single byte each. * Retruns: - Status for the conversion - How many bytes we consumed - Did we consume the whole input

  4. setWord :: Word64 -> BF -> IO ()

    libBF LibBF.Mutable

    Assign from a word

  5. setZero :: Sign -> BF -> IO ()

    libBF LibBF.Mutable

    Assign a zero to the number.

  6. setCharacterSet :: Connection -> String -> IO ()

    mysql Database.MySQL.Base

    No documentation available.

  7. setSourceColor :: Color -> Render ()

    pango Graphics.Rendering.Pango.Cairo

    Sets the specified Color as the source color of the Render context.

  8. setSnapshotRenderers :: [SnapshotRenderer] -> IO ()

    skeletest Skeletest.Internal.Snapshot

    No documentation available.

  9. setConfidence :: Int -> Property

    skeletest Skeletest.Prop

    No documentation available.

  10. setDiscardLimit :: Int -> Property

    skeletest Skeletest.Prop

    No documentation available.

Page 394 of many | Previous | Next