chore: make ToMonoM.State.typeParams an FVarIdHashSet rather than an FVarIdSet (#8581)
This commit is contained in:
parent
e7b24479ed
commit
bae336da87
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ import Lean.Compiler.NoncomputableAttr
|
|||
namespace Lean.Compiler.LCNF
|
||||
|
||||
structure ToMonoM.State where
|
||||
typeParams : FVarIdSet := {}
|
||||
typeParams : FVarIdHashSet := {}
|
||||
noncomputableVars : FVarIdMap Name := {}
|
||||
|
||||
abbrev ToMonoM := StateRefT ToMonoM.State CompilerM
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue