Documentation
Lean
.
Compiler
.
LCNF
.
DeclHash
Search
return to top
source
Imports
Lean.Compiler.LCNF.Basic
Imported by
Lean
.
Compiler
.
LCNF
.
instHashableParam
Lean
.
Compiler
.
LCNF
.
hashParams
Lean
.
Compiler
.
LCNF
.
hashAlt
Lean
.
Compiler
.
LCNF
.
hashAlts
Lean
.
Compiler
.
LCNF
.
hashCode
Lean
.
Compiler
.
LCNF
.
instHashableCode
Lean
.
Compiler
.
LCNF
.
instHashableDeclValue
Lean
.
Compiler
.
LCNF
.
instHashableDecl
source
instance
Lean
.
Compiler
.
LCNF
.
instHashableParam
:
Hashable
Param
Equations
source
def
Lean
.
Compiler
.
LCNF
.
hashParams
(
ps
:
Array
Param
)
:
UInt64
Equations
Instances For
source
partial def
Lean
.
Compiler
.
LCNF
.
hashAlt
(
alt
:
Alt
)
:
UInt64
source
partial def
Lean
.
Compiler
.
LCNF
.
hashAlts
(
alts
:
Array
Alt
)
:
UInt64
source
partial def
Lean
.
Compiler
.
LCNF
.
hashCode
(
code
:
Code
)
:
UInt64
source
instance
Lean
.
Compiler
.
LCNF
.
instHashableCode
:
Hashable
Code
Equations
source
instance
Lean
.
Compiler
.
LCNF
.
instHashableDeclValue
:
Hashable
DeclValue
Equations
source
instance
Lean
.
Compiler
.
LCNF
.
instHashableDecl
:
Hashable
Decl
Equations