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 c52c622 commit 23cc561Copy full SHA for 23cc561
src/core/egg-herbie.rkt
@@ -1368,21 +1368,6 @@
1368
(define extract-id (extractor regraph))
1369
(define finalize-batch (last extract-id))
1370
1371
- ; (Listof (Listof batchref))
1372
- (define out
1373
- (for/list ([id (in-list root-ids)]
1374
- [repr (in-list reprs)])
1375
- (regraph-extract-best regraph extract-id id repr)))
1376
- ; commit changes to the batch
1377
- (finalize-batch)
1378
- out]
1379
- [`(multi . ,extractor) ; multi expression extraction
1380
- (define regraph (make-regraph egg-graph))
1381
- (define reprs (egg-runner-reprs runner))
1382
-
1383
- (define extract-id (extractor regraph))
1384
- (define finalize-batch (last extract-id))
1385
1386
; (Listof (Listof batchref))
1387
(define out
1388
(for/list ([id (in-list root-ids)]
0 commit comments