Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
decode :: ByteString -> Either Error Raml Source
Deserialize a RAML document from a ByteString
.
If this fails due to incomplete or invalid input, 'Left e' is
returned, containing an error message.