yaml-0.0.4: Support for serialising Haskell to and from Yaml.Source codeContentsIndex
Text.Yaml
Documentation
module Data.Object
encode :: (StrictByteString bs, ToObject o) => o -> bsSource
encodeFile :: ToObject o => FilePath -> o -> IO ()Source
decode :: (Monad m, StrictByteString bs, FromObject o) => bs -> m oSource
decodeFile :: (Monad m, FromObject o) => FilePath -> IO (m o)Source
Produced by Haddock version 2.4.2