Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Aug 27, 2024
1 parent b785fae commit 362f60c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Init/Meta.lean
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ def getRoot : Name → Name

@[export lean_is_inaccessible_user_name]
def isInaccessibleUserName : Name → Bool
-- note: this uses `✝` (`\u{271D}`) whereas everywhere else in the code
-- we use the text-variant selector `✝︎` (`\u{271D}\u{FE0E}`).
| Name.str _ s => s.contains '✝' || s == "_inaccessible"
| Name.num p _ => isInaccessibleUserName p
| _ => false
Expand Down

0 comments on commit 362f60c

Please sign in to comment.