Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

  1. allParserCats :: CFG f -> [Cat]

    BNFC BNFC.CF

    No documentation available.

  2. allParserCatsNorm :: CFG f -> [Cat]

    BNFC BNFC.CF

    Get all normalized Cat

  3. allParses :: Parser e i a -> i -> ([(a, Int)], Report e i)

    Earley Text.Earley

    Return all parses from the result of a given parser. The result may contain partial parses. The Ints are the position at which a result was produced. The elements of the returned list of results are sorted by their position in ascending order. If there are multiple results at the same position they are returned in an unspecified order.

  4. allParses :: Parser e i a -> i -> ([(a, Int)], Report e i)

    Earley Text.Earley.Parser

    Return all parses from the result of a given parser. The result may contain partial parses. The Ints are the position at which a result was produced. The elements of the returned list of results are sorted by their position in ascending order. If there are multiple results at the same position they are returned in an unspecified order.

  5. allParses :: Parser e i a -> i -> ([(a, Int)], Report e i)

    Earley Text.Earley.Parser.Internal

    Return all parses from the result of a given parser. The result may contain partial parses. The Ints are the position at which a result was produced. The elements of the returned list of results are sorted by their position in ascending order. If there are multiple results at the same position they are returned in an unspecified order.

  6. allElemsOf :: (IResource a, Typeable a, Typeable b) => (a -> b) -> STM [Text]

    TCache Data.TCache.IndexText

    return all the values of a given field (if it has been indexed with index)

  7. allocaXftColor :: (Ptr XftColor -> IO a) -> IO a

    X11-xft Graphics.X11.Xft

    No documentation available.

  8. allCharacters :: [Char]

    ascii-char ASCII.Char

    No documentation available.

  9. allB :: Show v => (v -> Bool) -> [v] -> Bool

    assert-failure Control.Exception.Assert.Sugar

    Like all, but if the predicate fails, blame all the list elements and especially those for which it fails. To be used as in

    assert (allB (<= height) [yf, y1, y2])
    

  10. allocateAndWriteMut :: Module -> Ptr CChar -> Ptr (Ptr ()) -> Ptr CSize -> Ptr (Ptr CChar) -> IO ()

    binaryen Binaryen.Module

    No documentation available.

Page 128 of many | Previous | Next