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. listTwoFirst :: ListTwo a -> a

    dot Dot.Types

    No documentation available.

  2. performOnFirstSample :: Monad m => m (MSF m a b) -> MSF m a b

    dunai Control.Monad.Trans.MSF.Except

    Extract an MSF from a monadic action. Runs a monadic action that produces an MSF on the first iteration/step, and uses that MSF as the main signal function for all inputs (including the first one).

  3. widthFirst :: forall (m :: Type -> Type) a b . (Functor m, Monad m) => MSF (ListT m) a b -> MSF m a [b]

    dunai Control.Monad.Trans.MSF.List

    Run an MSF in the ListT transformer (i.e., multiple MSFs producing each producing one output), by applying the input stream to each MSF in the list transformer and concatenating the outputs of the MSFs together. An MSF in the ListT transformer can spawn into more than one MSF, or none, so the outputs produced at each individual step are not guaranteed to all have the same length.

  4. elimFirst :: forall a (p :: First a ~> Type) (s :: First a) . Sing s -> (forall (f0 :: Maybe a) . () => Sing f0 -> Apply p ('First f0)) -> Apply p s

    eliminators Data.Eliminator.Monoid

    No documentation available.

  5. elimFirst :: forall a (p :: First a ~> Type) (s :: First a) . Sing s -> (forall (f0 :: a) . () => Sing f0 -> Apply p ('First f0)) -> Apply p s

    eliminators Data.Eliminator.Semigroup

    No documentation available.

  6. ft_Get_First_Char' :: FT_Face -> Ptr FT_UInt -> IO FT_ULong

    freetype2 FreeType.Core.Base.Internal

    No documentation available.

  7. osUsFirstCharIndex :: TT_OS2 -> FT_UShort

    freetype2 FreeType.Format.TrueType

    No documentation available.

  8. wfnthrFirst_char :: FT_WinFNT_HeaderRec -> FT_Byte

    freetype2 FreeType.Format.WinFNT

    No documentation available.

  9. gfirst :: GFirst f => (a -> b) -> f a c -> f b c

    generic-functor Generic.Functor

    Generic implementation of first from Bifunctor. See also GenericBifunctor.

  10. gfirst :: GFirst f => (a -> b) -> f a c -> f b c

    generic-functor Generic.Functor.Internal

    Generic implementation of first from Bifunctor. See also GenericBifunctor.

Page 93 of many | Previous | Next