We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0629e1 commit a80a0a7Copy full SHA for a80a0a7
src/core/programs.rkt
@@ -40,8 +40,7 @@
40
(match node
41
[(? literal?) (get-representation (literal-precision node))]
42
[(? 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
+ [(approx _ impl) (repr-of-node batch impl ctx)]
45
[(list 'if cond ift iff) (repr-of-node batch ift ctx)]
46
[(list op args ...) (impl-info op 'otype)]))
47
0 commit comments