yaml-0.8.29: 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

data RawDoc Source #

Constructors

RawDoc YamlValue AnchorMap 

Instances

sinkRawDoc :: MonadThrow m => ConduitM Event o m RawDoc Source #