Oops left a todo

This commit is contained in:
microproofs 2025-01-16 09:33:59 +07:00
parent ade50dd462
commit 91b6e6da31
No known key found for this signature in database
GPG Key ID: 14F93C84DE6AFD17
1 changed files with 1 additions and 1 deletions

View File

@ -2239,7 +2239,7 @@ impl Term<Name> {
.map(|func| func.wrapped_name())
.any(|func| func == name.text),
Term::Builtin(_) => todo!(),
Term::Builtin(_) => true,
_ => false,
};