keystore-0.5.0.3: Managing stores of secret things

Safe HaskellNone

Data.KeyStore.Types.E

Synopsis

Documentation

type E a = Either Reason aSource

strMsg :: Error a => String -> a

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

eWrap :: IO a -> IO aSource