| License | BSD-3-Clause | 
|---|---|
| Maintainer | Jamie Willis | 
| Stability | experimental | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Parsley.Internal.Backend.Machine.Identifiers
Description
This module extends Parsley.Internal.Core.Identifiers with
ΦVar, which is used for join points. Re-exports other
identifiers.
Since: 1.0.0.0
Documentation
newtype ΦVar (a :: Type) Source #
Represents a join point which requires an argument.
of type a.
Since: 1.0.0.0