Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. anySelector :: Selector

    scalpel-core Text.HTML.Scalpel.Core

    A selector which will match any node (including tags and bare text).

  2. anySegment :: URLParser Text

    web-routes Web.Routes.PathInfo

    match on any string

  3. anyModifier :: Modifier

    xmonad XMonad

    No documentation available.

  4. anyEllipsisVar :: QName -> SpineClause -> [Name] -> TCM Bool

    Agda Agda.Interaction.MakeCase

    No documentation available.

  5. anyAbstract :: AnyAbstract a => a -> Bool

    Agda Agda.Syntax.Abstract

    No documentation available.

  6. anyIsAbstract :: AnyIsAbstract a => a -> IsAbstract

    Agda Agda.Syntax.Common

    No documentation available.

  7. anyDefs :: GetDefs a => (QName -> Bool) -> a -> TCM (Set QName)

    Agda Agda.Termination.RecCheck

    anysDef names a returns all definitions from names that are used in a.

  8. anyRigid :: (AnyRigid a, PureTCM tcm) => (Nat -> tcm Bool) -> a -> tcm Bool

    Agda Agda.TypeChecking.MetaVars.Occurs

    No documentation available.

  9. anyListT :: Monad m => ListT m a -> (a -> m Bool) -> m Bool

    Agda Agda.Utils.ListT

    Lazy monadic disjunction of lazy monadic list, effects left-to-right

  10. anyM :: (Foldable f, Monad m) => (a -> m Bool) -> f a -> m Bool

    Agda Agda.Utils.Monad

    No documentation available.

Page 81 of many | Previous | Next