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

Safe HaskellNone

Data.Yaml.Builder

Description

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

Documentation

newtype YamlBuilder Source

Constructors

YamlBuilder 

Fields

unYamlBuilder :: [Event] -> [Event]
 

Instances

class ToYaml a whereSource

Methods

toYaml :: a -> YamlBuilderSource

Instances