| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Witch.TryCastException
Synopsis
- newtype TryCastException source target = TryCastException source
Documentation
newtype TryCastException source target Source #
This exception is thrown when a TryCast conversion fails. It has the
original source value that caused the failure and it knows the target
type it was trying to convert into.
Constructors
| TryCastException source |