| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.Embedded.Imperative.Args
Description
Various types of function arguments
Documentation
Reference argument
Instances
| Arg (* -> Constraint) RefArg CType Source |
Mutable array argument
Instances
| Arg (* -> Constraint) ArrArg CType Source |
data IArrArg pred where Source
Immutable array argument
Instances
| Arg (* -> Constraint) IArrArg CType Source |
Pointer argument
Instances
| Arg (* -> Constraint) PtrArg CType Source |
Abstract object argument