yaml-0.8.10.1: Support for parsing and rendering YAML documents.

Safe HaskellNone
LanguageHaskell98

Data.Yaml.Parser

Description

NOTE: This module is a highly experimental preview release. It may change drastically, or be entirely removed, in a future release.

Documentation

class FromYaml a where

data RawDoc

Constructors

RawDoc YamlValue AnchorMap 

Instances

(.:) :: FromYaml a => [(Text, YamlValue)] -> Text -> YamlParser a