winery-1.3.2: A compact, well-typed seralisation format for Haskell values
Copyright(c) Fumiaki Kinoshita 2019
LicenseBSD3
MaintainerFumiaki Kinoshita <fumiexcel@gmail.com>
StabilityExperimental
Safe HaskellNone
LanguageHaskell2010

Codec.Winery.Query.Parser

Description

The language for winery queries

See the Pretty-printing section of README.md for examples.

Documentation

parseQuery :: Typeable a => Parser (Query (Doc a) (Doc a)) Source #