| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Basement.From
Documentation
Class of things that can be converted from a to b
Minimal complete definition
class TryFrom a b where Source #
Class of things that can mostly be converted from a to b, but with possible error cases.
Minimal complete definition