Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- newtype Inferrable p a b = Inferrable {
- runInferrable :: p a b
Documentation
newtype Inferrable p a b Source #
Despite its name, Inferrable
doesn't provide any inferability
improvements itself, it's just a conveniently-named newtype wrapper
to hang instances with better inferrability off of.
Inferrable | |
|