miso-graphql
Safe HaskellNone
LanguageGHC2021

Miso.GraphQL.Parser

Synopsis

Documentation

parse' :: Lexer [token] -> Parser token a -> MisoString -> Either (ParseError a token) a Source #

uniqueOn :: (Foldable f, Ord b) => (a -> b) -> Parser Token (f a) -> Parser Token (f a) Source #

lookaheadCantBe :: Eq token => token -> a -> Parser token a Source #