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 d5962b2 commit f54b250Copy full SHA for f54b250
src/core/egg-herbie.rkt
@@ -1342,8 +1342,7 @@
1342
1343
; Return empty results if unsound
1344
(cond
1345
- [(egraph-is-unsound-detected egg-graph)
1346
- (map (const empty) root-ids)]
+ [(egraph-is-unsound-detected egg-graph) (map (const empty) root-ids)]
1347
[else
1348
(define regraph (make-regraph egg-graph ctx))
1349
(define reprs (egg-runner-reprs runner))
@@ -1364,8 +1363,7 @@
1364
1363
1365
1366
1367
1368
1369
1370
1371
0 commit comments