Documentation
Lean
.
Meta
.
Match
.
NamedPatterns
Search
return to top
source
Imports
Lean.Meta.AppBuilder
Lean.Meta.Basic
Lean.Meta.Transform
Lean.Meta.WHNF
Imported by
Lean
.
Meta
.
Match
.
mkNamedPattern
Lean
.
Meta
.
Match
.
isNamedPattern
Lean
.
Meta
.
Match
.
isNamedPattern?
Lean
.
Meta
.
Match
.
unfoldNamedPattern
Helper functions around named patterns
source
def
Lean
.
Meta
.
Match
.
mkNamedPattern
(
x
h
p
:
Expr
)
:
MetaM
Expr
Equations
Instances For
source
def
Lean
.
Meta
.
Match
.
isNamedPattern
(
e
:
Expr
)
:
Bool
Equations
Instances For
source
def
Lean
.
Meta
.
Match
.
isNamedPattern?
(
e
:
Expr
)
:
Option
Expr
Equations
Instances For
source
def
Lean
.
Meta
.
Match
.
unfoldNamedPattern
(
e
:
Expr
)
:
MetaM
Expr
Equations
Instances For