yaml-0.2.1: Low-level binding to the libyaml C library.

Text.Libyaml

Contents

Synopsis

The event stream

Exceptions

Enumerator

class MonadIO m => With m whereSource

Methods

with :: (forall b'. (a -> IO b') -> IO b') -> (a -> m b) -> m bSource

Instances

With IO 
With m => With (ReaderT r m) 
(Error e, With m) => With (ErrorT e m) 

Encoder

type YamlEncoder = ReaderT EmitterSource

Combinators

Higher level functions