Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. allOrientationsGen :: (Num a, Ord a) => Coords (Coords a -> Coords a) -> [Coords a] -> [[Coords a]]

    set-cover Math.SetCover.Cuboid

    No documentation available.

  2. allPositions :: Size -> [Coords Int] -> [[Coords Int]]

    set-cover Math.SetCover.Cuboid

    No documentation available.

  3. allocBytesToElemCount :: Unbox a => a -> Int -> Int

    streamly-core Streamly.Internal.Data.MutArray

    Given an Unboxed type (unused first arg) and real allocation size (including overhead), return how many elements of that type will completely fit in it, returns at least 1.

  4. allArgs :: forall (m :: Type -> Type) . Monad m => ReaderT Arguments (MP m) [Val]

    typst Typst.Util

    No documentation available.

  5. allPrefixes :: Q [Name]

    units Data.Metrology.Parser

    Gets a list of the names of all unit prefixes with Show instances in scope. Example usage:

    $( do units    <- allUnits
    prefixes <- allPrefixes
    makeQuasiQuoter "unit" prefixes units )
    

  6. allUnits :: Q [Name]

    units Data.Metrology.Parser

    Gets a list of the names of all units with Show instances in scope. Example usage:

    $( do units <- allUnits
    makeQuasiQuoter "unit" [] units )
    

  7. allTrueEntries :: forall (idx :: Ctx BaseType) . IsExprBuilder sym => sym -> SymArray sym idx BaseBoolType -> IO (Pred sym)

    what4 What4.Interface

    Return true if all entries in the array are true.

  8. allSupported :: Logic

    what4 What4.Protocol.SMTLib2

    Deprecated: Use allLogic instead

  9. all_supported :: Logic

    what4 What4.Protocol.SMTLib2

    Deprecated: Use allLogic instead

  10. allLogic :: Logic

    what4 What4.Protocol.SMTLib2.Syntax

    Set the logic to all supported logics.

Page 121 of many | Previous | Next