Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

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

  1. allEqual :: Eq a => [a] -> Bool

    utility-ht Data.List.HT

    >>> allEqual "aab"
    False
    
    >>> allEqual "aaa"
    True
    
    >>> allEqual "aa"
    True
    
    >>> allEqual "a"
    True
    
    >>> allEqual ""
    True
    

  2. allNewBuffersStrategy :: Int -> BufferAllocStrategy

    conduit-extra Data.Conduit.ByteString.Builder

    The simplest buffer allocation strategy: whenever a buffer is requested, allocate a new one that is big enough for the next build step to execute. NOTE that this allocation strategy may spill quite some memory upon direct insertion of a bytestring by the builder. Thats no problem for garbage collection, but it may lead to unreasonably high memory consumption in special circumstances.

  3. allMime :: AllMime list => Proxy list -> [MediaType]

    servant Servant.API.ContentTypes

    No documentation available.

  4. allMimeRender :: AllMimeRender list a => Proxy list -> a -> [(MediaType, ByteString)]

    servant Servant.API.ContentTypes

    No documentation available.

  5. allMimeUnrender :: AllMimeUnrender list a => Proxy list -> [(MediaType, ByteString -> Either String a)]

    servant Servant.API.ContentTypes

    No documentation available.

  6. allFieldLinks :: (HasLink (ToServantApi routes), GenericServant routes (AsLink Link), ToServant routes (AsLink Link) ~ MkLink (ToServantApi routes) Link) => routes (AsLink Link)

    servant Servant.Links

    Get all links as a record.

  7. allFieldLinks' :: (HasLink (ToServantApi routes), GenericServant routes (AsLink a), ToServant routes (AsLink a) ~ MkLink (ToServantApi routes) a) => (Link -> a) -> routes (AsLink a)

    servant Servant.Links

    More general version of allFieldLinks.

  8. allFlags :: [Flag Bool] -> Flag Bool

    Cabal Distribution.Simple.Flag

    Returns True only if every Flag Bool value is Flag True, else False.

  9. allComponentsInBuildOrder :: LocalBuildInfo -> [ComponentLocalBuildInfo]

    Cabal Distribution.Simple.LocalBuildInfo

    No documentation available.

  10. allLibModules :: Library -> ComponentLocalBuildInfo -> [ModuleName]

    Cabal Distribution.Simple.LocalBuildInfo

    Get all module names that needed to be built by GHC; i.e., all of these ModuleNames have interface files associated with them that need to be installed.

Page 79 of many | Previous | Next