| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Mikan.Syntax.Concrete.Attribute
Description
Documentation
An attribute is a modifier for a function argument.
Currently only tactic attributes are supported, so the functions below look a bit silly.
Constructors
| TacticAttribute (Ranged Expr) |
Parsed attribute.
Constructors
| Attr | |
type Attributes = [Attr] Source #
Information about attributes (attribute, range, printed representation).
This information is returned by the parser. Code that calls the
parser should, if appropriate, complain if support for the given
attributes has not been enabled. This can be taken care of by
checkAttributes, which
should not be called until after pragma options have been set.