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.
allEntryPoints :: CFG f -> List1 CatBNFC 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).
-
BNFC BNFC.CF Constructors and categories.
allParserCats :: CFG f -> [Cat]BNFC BNFC.CF No documentation available.
allParserCatsNorm :: CFG f -> [Cat]BNFC BNFC.CF Get all normalized Cat
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.
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.
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.
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)
allocaXftColor :: (Ptr XftColor -> IO a) -> IO aX11-xft Graphics.X11.Xft No documentation available.
-
ascii-char ASCII.Char No documentation available.