keystore-0.7.0.1: Managing stores of secret things

Safe HaskellNone
LanguageHaskell2010

Data.KeyStore.Types.E

Synopsis

Documentation

type E a = Either Reason a Source

strMsg :: Error a => String -> a

Creates an exception with a message. The default implementation of strMsg s is noMsg.

eWrap :: IO a -> IO a Source