Documentation
Lean
.
Compiler
.
LCNF
.
Simp
Search
return to top
source
Imports
Lean.Compiler.LCNF.ReduceJpArity
Lean.Compiler.LCNF.Renaming
Lean.Compiler.LCNF.Simp.Basic
Lean.Compiler.LCNF.Simp.Config
Lean.Compiler.LCNF.Simp.DefaultAlt
Lean.Compiler.LCNF.Simp.FunDeclInfo
Lean.Compiler.LCNF.Simp.InlineCandidate
Lean.Compiler.LCNF.Simp.InlineProj
Lean.Compiler.LCNF.Simp.JpCases
Lean.Compiler.LCNF.Simp.Main
Lean.Compiler.LCNF.Simp.SimpM
Lean.Compiler.LCNF.Simp.SimpValue
Lean.Compiler.LCNF.Simp.Used
Imported by
Lean
.
Compiler
.
LCNF
.
Decl
.
simp?
Lean
.
Compiler
.
LCNF
.
Decl
.
simp
Lean
.
Compiler
.
LCNF
.
Decl
.
simp
.
go
Lean
.
Compiler
.
LCNF
.
simp
source
def
Lean
.
Compiler
.
LCNF
.
Decl
.
simp?
(
decl
:
Decl
)
:
Simp.SimpM
(
Option
Decl
)
Equations
Instances For
source
def
Lean
.
Compiler
.
LCNF
.
Decl
.
simp
(
decl
:
Decl
)
(
config
:
Simp.Config
)
:
CompilerM
Decl
Equations
Instances For
source
partial def
Lean
.
Compiler
.
LCNF
.
Decl
.
simp
.
go
(
decl
:
Decl
)
(
config
:
Simp.Config
)
:
CompilerM
Decl
source
def
Lean
.
Compiler
.
LCNF
.
simp
(
config
:
Simp.Config
:=
{
}
)
(
occurrence
:
Nat
:=
0
)
(
phase
:
Phase
:=
Phase.base
)
:
Pass
Equations
Instances For