Skip to content

Commit

Permalink
evil hack complete
Browse files Browse the repository at this point in the history
  • Loading branch information
oflatt committed Feb 6, 2025
1 parent 7976e88 commit 2296035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dag_in_context/src/utility/terms.egg
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
(rule (
(= lhs (Smaller (TCPair t1 cost1) (TCPair t2 cost2)))
(= cost1 cost2)
(!= t1 t2)
)
((panic "Should have been handled by PotentialExtractedExpr"))
;; arbitrarily pick first one
((union lhs (TCPair t1 cost1)))
:ruleset terms-helpers)


Expand Down

0 comments on commit 2296035

Please sign in to comment.