Skip to content

Commit 19185eb

Browse files
committed
delete unnecessary pattern
1 parent 94b0e8e commit 19185eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/math/analysis/derivative.egi

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
[,x 1]
1212
[?symbol? 0]
1313
; function expression
14-
[<func _ _ <join _ <cons ,x _>>> (user-refs f {x})]
1514
[<func _ $argnames $args> (sum (map2 (lambda [$s $r] (* (user-refs f {(read s)}) (∂/∂ r x))) argnames args))]
1615
; function application
1716
[(,exp $g) (* (exp g) (∂/∂ g x))]

0 commit comments

Comments
 (0)