Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PratherConid committed May 2, 2024
1 parent 74a99bc commit 17a4e94
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 @@ -783,7 +783,7 @@ namespace FVarRep
let .sort bodylvl := bodysort
| throwError "replacePolyWithFVar :: Unexpected error"
let bodyrep ← replacePolyWithFVar body'
let .inl bodyrep ← replacePolyWithFVar body'
let .inl bodyrep := bodyrep
| return bodyrep
-- Type of type of bound variable is `Prop`
-- Requirement: Type of body is `Prop`, and the bound variable
Expand Down

0 comments on commit 17a4e94

Please sign in to comment.