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. allEqual :: Eq a => [a] -> Bool

    Agda Agda.Utils.List

    Checks if all the elements in the list are equal. Assumes that the Eq instance stands for an equivalence relation. O(n).

  2. allEqual :: Eq a => List1 a -> Bool

    Agda Agda.Utils.List1

    Checks if all the elements in the list are equal. Assumes that the Eq instance stands for an equivalence relation. O(n).

  3. allListT :: Monad m => ListT m a -> (a -> m Bool) -> m Bool

    Agda Agda.Utils.ListT

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

  4. allJustM :: Monad m => [m (Maybe a)] -> m (Maybe [a])

    Agda Agda.Utils.Maybe

    Lazy version of allJust . sequence. (allJust = mapM for the Maybe monad.) Only executes monadic effect while isJust.

  5. allM :: (Foldable f, Monad m) => (a -> m Bool) -> f a -> m Bool

    Agda Agda.Utils.Monad

    No documentation available.

  6. allClasses :: CAbs -> [String]

    BNFC BNFC.Backend.Common.OOAbstract

    No documentation available.

  7. allNonClasses :: CAbs -> [String]

    BNFC BNFC.Backend.Common.OOAbstract

    No documentation available.

  8. allCats :: (InternalRule -> Bool) -> CFG f -> [Cat]

    BNFC BNFC.CF

    Get all categories of a grammar matching the filter. (No Cat w/o production returned; no duplicates.)

  9. allCatsIdNorm :: CF -> [RString]

    BNFC BNFC.CF

    Gets all normalized identified Categories

  10. allCatsNorm :: CF -> [Cat]

    BNFC BNFC.CF

    Get all normalized Cat

Page 127 of many | Previous | Next