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 60f8683 commit 6857554Copy full SHA for 6857554
src/core/patch.rkt
@@ -15,7 +15,8 @@
15
"rival.rkt"
16
"taylor.rkt")
17
18
-(provide generate-candidates get-starting-expr)
+(provide generate-candidates
19
+ get-starting-expr)
20
21
;;;;;;;;;;;;;;;;;;;;;;;;;;;; Taylor ;;;;;;;;;;;;;;;;;;;;;;;;;;;;
22
@@ -223,5 +224,5 @@
223
224
(run-rr start-altns batch)
225
'()))
226
- (remove-duplicates (append evaluations rewritten approximations)
227
+ (remove-duplicates (append evaluations rewritten approximations)
228
#:key (λ (altn) (cons (alt-expr altn) (get-starting-expr altn)))))
0 commit comments