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. allEntryPoints :: CFG f -> List1 Cat

    BNFC BNFC.CF

    Categories that are entry points to the parser. These are either the declared entrypoints (in the original order), or, if no entrypoints were declared explicitly, all parsable categories (in the order of declaration in the grammar file).

  2. allNames :: CF -> [RString]

    BNFC BNFC.CF

    Constructors and categories.

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

    BNFC BNFC.CF

    No documentation available.

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

    BNFC BNFC.CF

    Get all normalized Cat

  5. 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.

  6. 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.

  7. 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.

  8. 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)

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

    X11-xft Graphics.X11.Xft

    No documentation available.

  10. allCharacters :: [Char]

    ascii-char ASCII.Char

    No documentation available.

Page 128 of many | Previous | Next