chore: make ToMonoM.State.typeParams an FVarIdHashSet rather than an FVarIdSet (#8581)

This commit is contained in:
Cameron Zwarich 2025-06-01 22:07:57 -07:00 committed by GitHub
parent e7b24479ed
commit bae336da87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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