Skip to content

Commit

Permalink
Update comment to cover changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dunhamsteve committed Jun 17, 2024
1 parent c9f7f30 commit f9d00ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/TTImp/TTImp.idr
Original file line number Diff line number Diff line change
Expand Up @@ -726,8 +726,9 @@ implicitsAs n defs ns tm
Core (List (Name, PiInfo RawImp))
-- #834 When we are in a local definition, we have an explicit telescope
-- corresponding to the variables bound in the parent function.
-- So we first peel off all of the explicit quantifiers corresponding
-- to these variables.
-- Parameter blocks also introduce additional telescope of implicit, auto,
-- and explicit variables. So we first peel off all of the quantifiers
-- corresponding to these variables.
findImps ns es (_ :: locals) (NBind fc x (Pi _ _ _ _) sc)
= do body <- sc defs (toClosure defaultOpts [] (Erased fc Placeholder))
findImps ns es locals body
Expand Down

0 comments on commit f9d00ea

Please sign in to comment.