Skip to content

Commit 3d3aa98

Browse files
authored
chore: use FVarIdHashSet for the visited set in LCNF closure computation (#8779)
1 parent 27080dc commit 3d3aa98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lean/Compiler/LCNF/Closure.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ structure State where
4141
/--
4242
Set of already visited free variables.
4343
-/
44-
visited : FVarIdSet := {}
44+
visited : FVarIdHashSet := {}
4545
/--
4646
Free variables that must become new parameters of the code being specialized.
4747
-/

0 commit comments

Comments
 (0)