Skip to content

Commit a80a0a7

Browse files
committed
bug
1 parent b0629e1 commit a80a0a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/core/programs.rkt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040
(match node
4141
[(? literal?) (get-representation (literal-precision node))]
4242
[(? variable?) (context-lookup ctx node)]
43-
[(list '$approx _ impl)
44-
(repr-of-node batch impl ctx)] ; this is ugly, but egraph-add-exprs relies on this match
43+
[(approx _ impl) (repr-of-node batch impl ctx)]
4544
[(list 'if cond ift iff) (repr-of-node batch ift ctx)]
4645
[(list op args ...) (impl-info op 'otype)]))
4746

0 commit comments

Comments
 (0)