Skip to content

Commit

Permalink
Oops left a todo
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroProofs committed Jan 16, 2025
1 parent ade50dd commit 91b6e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/uplc/src/optimize/shrinker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2239,7 +2239,7 @@ impl Term<Name> {
.map(|func| func.wrapped_name())
.any(|func| func == name.text),

Term::Builtin(_) => todo!(),
Term::Builtin(_) => true,
_ => false,
};

Expand Down

0 comments on commit 91b6e6d

Please sign in to comment.