Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. AllowAmbiguousTypes :: Extension

    hint Language.Haskell.Interpreter

    No documentation available.

  2. AllowAmbiguousTypes :: Extension

    hint Language.Haskell.Interpreter.Extension

    No documentation available.

  3. module Rebase.Foreign.Marshal.Alloc

    No documentation available.

  4. module Synthesizer.Plain.Filter.Recursive.Allpass

    No documentation available.

  5. module Synthesizer.Plain.Filter.Recursive.AllpassPoly

    No documentation available.

  6. AllChannelsAllocatedException :: Int -> AMQPException

    amqp Network.AMQP

    the Int contains the channel-max property of the connection (i.e. the highest permitted channel id)

  7. AllChannelsAllocatedException :: Int -> AMQPException

    amqp Network.AMQP.Types

    the Int contains the channel-max property of the connection (i.e. the highest permitted channel id)

  8. type AllBF (c :: k -> Constraint) (f :: k1 -> k) (b :: k1 -> Type -> Type) = AllB ClassF c f b

    barbies Barbies.Constraints

    Similar to AllB but will put the functor argument f between the constraint c and the type a. For example:

    AllB  Show   Person ~ (Show    String,  Show    Int)
    AllBF Show f Person ~ (Show (f String), Show (f Int))
    
    

  9. type AllBF (c :: k -> Constraint) (f :: k1 -> k) (b :: k1 -> Type -> Type) = AllB ClassF c f b

    barbies Data.Functor.Barbie

    Similar to AllB but will put the functor argument f between the constraint c and the type a. For example:

    AllB  Show   Person ~ (Show    String,  Show    Int)
    AllBF Show f Person ~ (Show (f String), Show (f Int))
    
    

  10. type AllTF (c :: k -> Constraint) (f :: k1 -> k) (t :: kl -> Type -> kr -> Type) = AllT ClassF c f t

    barbies Data.Functor.Transformer

    Similar to AllT but will put the functor argument f between the constraint c and the type a.

Page 44 of many | Previous | Next