79573286

Date: 2025-04-14 13:51:45
Score: 1
Natty:
Report link

insert x (b :: l) reduces to if x <=? b then x :: b :: l else b :: insert x l, which is not b :: insert x l. You can simplify IHIHl to make the latter term appear, get a proof that x <=? b = true from E' : b < x and rewrite this proof in IHIHl to make the term reduce further.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Tragicus