Skip to content

Commit

Permalink
fix leadingForallQuasiMonomorphic bug
Browse files Browse the repository at this point in the history
  • Loading branch information
PratherConid committed Oct 17, 2024
1 parent 7c02984 commit 90199ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Auto/Translation/Monomorphization.lean
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ where
match ty with
| .forallE _ _ body _ => !body.hasLooseBVar 0
| _ => false
if hol && (← getMode) == .hol then
if hol && (← getMode) == .fol then
return false
let fvarSet := HashSet.empty.insertMany fvars
if ty.hasAnyFVar fvarSet.contains then
Expand Down

0 comments on commit 90199ee

Please sign in to comment.