| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Codec.Encryption.OpenPGP.ASCIIArmor.Decode
Documentation
parseArmor :: Parser Armor Source #
decodeLazy :: IsString e => ByteString -> Either e [Armor] Source #
decodeWith :: IsString e => DecodeOptions -> ByteString -> Either e [Armor] Source #
decodeLazyWith :: IsString e => DecodeOptions -> ByteString -> Either e [Armor] Source #