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. allPrecures :: PreCure p => Set p

    yes-precure5-command ACME.Yes.PreCure5.GoGo.Profiles

    No documentation available.

  2. allPrecures :: PreCure p => Set p

    yes-precure5-command ACME.Yes.PreCure5.Profiles

    No documentation available.

  3. allowedMethods :: Lens' DAVContext [ByteString]

    DAV Network.Protocol.HTTP.DAV

    No documentation available.

  4. allTs :: [Int] -> [Int] -> [Tableau]

    MultipletCombiner Physics.MultipletCombiner

    allTs [1,0] [1,1] Create all tableau from two tableaux identified by their labels.

    putStrLn $ showt $ noDoubs.admisTabs $ allTs [1,1] [1,1]
    ytsNums $ noDoubs.admisTabs $ allTs [1,1] [1,1]
    [[2,2],[3,0],[0,3],[1,1],[1,1],[0,0]]
    
    

  5. allTsFromSyms :: Tableau -> Tableau -> [Tableau]

    MultipletCombiner Physics.MultipletCombiner

    Create all tableaux from two given tableaux.

  6. allChannels :: [Channel]

    alsa-mixer Sound.ALSA.Mixer

    No documentation available.

  7. allC :: forall (m :: Type -> Type) a o . Monad m => (a -> Bool) -> ConduitT a o m Bool

    classy-prelude-yesod ClassyPrelude.Yesod

    Check that all values in the stream return True. Subject to shortcut logic: at the first False, consumption of the stream will stop.

  8. allCE :: forall (m :: Type -> Type) mono o . (Monad m, MonoFoldable mono) => (Element mono -> Bool) -> ConduitT mono o m Bool

    classy-prelude-yesod ClassyPrelude.Yesod

    Check that all elements in the chunked stream return True. Subject to shortcut logic: at the first False, consumption of the stream will stop.

  9. allNewBuffersStrategy :: Int -> BufferAllocStrategy

    classy-prelude-yesod ClassyPrelude.Yesod

    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.

  10. allocateAcquire :: MonadResource m => Acquire a -> m (ReleaseKey, a)

    classy-prelude-yesod ClassyPrelude.Yesod

    Allocate a resource and register an action with the MonadResource to free the resource.

Page 147 of many | Previous | Next