Safe Haskell | None |
---|---|
Language | Haskell2010 |
Internal newtype that we can safely define orphans on
Synopsis
- newtype OverriddenVia a b = OverriddenVia {
- unOverrideVia :: a
Documentation
newtype OverriddenVia a b Source #
a
: The type that is to be wrapped
b
: The type to convert to and use the instance of