| Copyright | (c) Matt Noonan 2018 |
|---|---|
| License | BSD-style |
| Maintainer | matt.noonan@gmail.com |
| Portability | portable |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Data.Arguments
Description
Documentation
class Argument (f :: k1) (n :: k2) #
Get or modify a type within a larger type. This is entirely a type-level operation, there is nothing corresponding to a value access or update.
Position: the left-hand side of a type.
Position: the right-hand side of a type.