yaml-marked-0.2.0.1: Support for parsing and rendering YAML documents with marks.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Aeson.Compat

Documentation

module Data.Aeson

parseEither :: (a -> Parser b) -> a -> Either String b Source #