| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Signet.Unstable.Exception.VerificationException
Documentation
newtype VerificationException Source #
Constructors
| MkVerificationException Id |
Instances
| Exception VerificationException Source # | |
| Show VerificationException Source # | |
Defined in Signet.Unstable.Exception.VerificationException Methods showsPrec :: Int -> VerificationException -> ShowS # show :: VerificationException -> String # showList :: [VerificationException] -> ShowS # | |
| Eq VerificationException Source # | |
Defined in Signet.Unstable.Exception.VerificationException Methods (==) :: VerificationException -> VerificationException -> Bool # (/=) :: VerificationException -> VerificationException -> Bool # | |
unwrap :: VerificationException -> Id Source #