chore: Version 0.3 #136

Merged
aniva merged 609 commits from dev into main 2025-04-09 00:23:19 -07:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c80d7567b6 - Show all commits

View File

@ -4,7 +4,7 @@ namespace Pantograph
def is_symbol_unsafe_or_internal (n: Lean.Name) (info: Lean.ConstantInfo): Bool :=
let nameDeduce: Bool := match n.getRoot with
| .str _ name => name.startsWith "_" name == "Lean"
| .str _ name => name == "Lean"
| _ => true
nameDeduce info.isUnsafe