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

Safe HaskellNone
LanguageHaskell98

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 where Source

Methods

toYaml :: a -> YamlBuilder Source

Instances

(.=) :: ToYaml a => Text -> a -> (Text, YamlBuilder) Source