Hoogle Search

Within LTS Haskell 24.19 (ghc-9.10.3)

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

  1. sSequenceA :: forall (f :: Type -> Type) a (t1 :: t (f a)) . (STraversable t, SApplicative f) => Sing t1 -> Sing (Apply (SequenceASym0 :: TyFun (t (f a)) (f (t a)) -> Type) t1)

    singletons-base Prelude.Singletons

    No documentation available.

  2. sSequence_ :: forall (t1 :: Type -> Type) (m :: Type -> Type) a (t2 :: t1 (m a)) . (SFoldable t1, SMonad m) => Sing t2 -> Sing (Apply (Sequence_Sym0 :: TyFun (t1 (m a)) (m ()) -> Type) t2)

    singletons-base Prelude.Singletons

    No documentation available.

  3. subsequenceMatch :: String -> String -> Bool

    yi-core Yi.Completion

    A simple fuzzy match algorithm. Example: "abc" matches "a1b2c"

  4. subsequenceTextMatch :: Text -> Text -> Bool

    yi-core Yi.Completion

    A simple fuzzy match algorithm. Example: "abc" matches "a1b2c"

  5. makeSequence :: Name -> Q Exp

    deriving-compat Data.Functor.Deriving.Internal

    Generates a lambda expression which behaves like sequence (without requiring a Traversable instance).

  6. makeSequenceA :: Name -> Q Exp

    deriving-compat Data.Functor.Deriving.Internal

    Generates a lambda expression which behaves like sequenceA (without requiring a Traversable instance).

  7. makeSequenceAOptions :: FFTOptions -> Name -> Q Exp

    deriving-compat Data.Functor.Deriving.Internal

    Like makeSequenceA, but takes an FFTOptions argument.

  8. makeSequenceOptions :: FFTOptions -> Name -> Q Exp

    deriving-compat Data.Functor.Deriving.Internal

    Like makeSequence, but takes an FFTOptions argument.

  9. makeSequence :: Name -> Q Exp

    deriving-compat Data.Traversable.Deriving

    Generates a lambda expression which behaves like sequence (without requiring a Traversable instance).

  10. makeSequenceA :: Name -> Q Exp

    deriving-compat Data.Traversable.Deriving

    Generates a lambda expression which behaves like sequenceA (without requiring a Traversable instance).

Page 57 of many | Previous | Next