yamlparse-applicative-0.1.0.1: Declaritive configuration parsing with free docs

Safe HaskellNone
LanguageHaskell2010

YamlParse.Applicative.Implement

Synopsis

Documentation

implementParser :: Parser i o -> i -> Parser o Source #

Use a Parser to parse a value from Yaml.

A 'Parser i o' corresponds exactly to a 'i -> Yaml.Parser o' and this function servers as evidence for that.