Skip to content

Commit 6857554

Browse files
committed
fmt
1 parent 60f8683 commit 6857554

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/core/patch.rkt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"rival.rkt"
1616
"taylor.rkt")
1717

18-
(provide generate-candidates get-starting-expr)
18+
(provide generate-candidates
19+
get-starting-expr)
1920

2021
;;;;;;;;;;;;;;;;;;;;;;;;;;;; Taylor ;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2122

@@ -223,5 +224,5 @@
223224
(run-rr start-altns batch)
224225
'()))
225226

226-
(remove-duplicates (append evaluations rewritten approximations)
227+
(remove-duplicates (append evaluations rewritten approximations)
227228
#:key (λ (altn) (cons (alt-expr altn) (get-starting-expr altn)))))

0 commit comments

Comments
 (0)