Copyright | (c) Adam Gundry 2015-2016 |
---|---|
License | see libraries/base/LICENSE |
Maintainer | cvs-ghc@haskell.org |
Stability | internal |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe |
Language | Haskell2010 |
This module defines the HasField
class used by the
OverloadedRecordFields
extension. See the
<https://ghc.haskell.org/trac/ghc/wiki/Records/OverloadedRecordFields
wiki page> for more details.
- class HasField (x :: k) r a | x r -> a where