confcrypt-0.2.3.3

Safe HaskellNone
LanguageHaskell2010

ConfCrypt.Parser

Synopsis

Documentation

parseConfCrypt :: FilePath -> Text -> Either ConfCryptError ConfCryptFile Source #

Duplicates are removed by virtue of using a Map. This means the behavior for having duplciate parameter names is officially undefined, but as implemented the last parameter read will be preserved. DO NOT RELY ON THIS BEHAVIOR!