• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. planManyDFTc2r :: PlanManyDFTc2r Float

    fftw-ffi Numeric.FFTW.FFI.Float

    No documentation available.

  2. planManyDFTr2c :: PlanManyDFTr2c Float

    fftw-ffi Numeric.FFTW.FFI.Float

    No documentation available.

  3. planManyR2r :: PlanManyR2r Float

    fftw-ffi Numeric.FFTW.FFI.Float

    No documentation available.

  4. curryMany :: forall (xs :: [Type]) (ys :: [Type]) r . Arity xs => Fun (xs ++ ys) r -> Fun xs (Fun ys r)

    fixed-vector-hetero Data.Vector.HFixed.Class

    Curry first n arguments of N-ary function.

  5. uncurryMany :: forall (xs :: [Type]) (ys :: [Type]) r . Arity xs => Fun xs (Fun ys r) -> Fun (xs ++ ys) r

    fixed-vector-hetero Data.Vector.HFixed.Class

    Conversion function

  6. ParamTooMany :: ParamError

    fn Web.Fn

    No documentation available.

  7. paramMany :: FromParam p => Text -> Req -> IO (Maybe (Req, ([p] -> a) -> a))

    fn Web.Fn

    Deprecated: Use param with a list type, or define param parsing for non-empty list.

  8. pattern FT_Err_Too_Many_Caches :: (Eq a, Num a) => a

    freetype2 FreeType.Error.Values

    No documentation available.

  9. pattern FT_Err_Too_Many_Drivers :: (Eq a, Num a) => a

    freetype2 FreeType.Error.Values

    No documentation available.

  10. pattern FT_Err_Too_Many_Extensions :: (Eq a, Num a) => a

    freetype2 FreeType.Error.Values

    No documentation available.

Page 223 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete