Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

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

  1. package lexer-applicative

    Simple lexer based on applicative regular expressions Simple lexer based on applicative regular expressions

  2. class (Functor PUnary m t, Functor PUnary m u, Functor PUnary m v) => PApplicative (m :: k -> Type -> Type) (t :: k) (u :: k) (v :: k) | t u -> v

    parameterized Parameterized.Control.Applicative

    Parameterized version of ap in Applicative NB. PPointed cannot be made a superclass because type variable id is not in scope.

  3. liftApplicative :: Applicative f => (f a -> f b) -> f (T a) -> f (T b)

    sample-frame-np Sound.Frame.NumericPrelude.Stereo

    No documentation available.

  4. Opt_OptimalApplicativeDo :: GeneralFlag

    ghc-lib GHC

    No documentation available.

  5. package hasql-optparse-applicative

    "optparse-applicative" parsers for "hasql" "optparse-applicative" parsers for "hasql"

  6. module Hasql.OptparseApplicative

    No documentation available.

  7. class ProductIsoFunctor f => ProductIsoApplicative (f :: Type -> Type)

    relational-record Database.Relational.Documentation

    Restricted applicative functor on products.

Page 19 of many | Previous | Next