Documentation
Lean
.
Meta
.
Match
.
MatchPatternAttr
Search
Google site search
return to top
source
Imports
Lean.Attributes
Imported by
Lean
.
matchPatternAttr
Lean
.
hasMatchPatternAttribute
source
opaque
Lean
.
matchPatternAttr
:
Lean.TagAttribute
source
@[export lean_has_match_pattern_attribute]
def
Lean
.
hasMatchPatternAttribute
(env :
Lean.Environment
)
(n :
Lake.Name
)
:
Bool
Equations
Lean.hasMatchPatternAttribute
env
n
=
Lean.matchPatternAttr
.hasTag
env
n
Instances For