Skip to content

Commit

Permalink
feat: look if names are internal details
Browse files Browse the repository at this point in the history
  • Loading branch information
hargoniX committed Oct 16, 2024
1 parent ccb4e97 commit d36b7fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DocGen4/Process/DocInfo.lean
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ def isBlackListed (declName : Name) : MetaM Bool := do
pure (declName.isInternal)
<||> (pure <| isAuxRecursor env declName)
<||> (pure <| isNoConfusion env declName)
<||> (pure <| declName.isInternalDetail)
<||> isRec declName
<||> isMatcher declName
-- TODO: Evaluate whether filtering out declarations without range is sensible
Expand Down

0 comments on commit d36b7fd

Please sign in to comment.