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 167fd4d commit 7b2aac7Copy full SHA for 7b2aac7
REQUIRE
@@ -1,4 +1,3 @@
1
julia 0.6
2
-Compat 0.29
3
IterTools
4
Espresso 0.2.1
src/core.jl
@@ -4,7 +4,6 @@
# If you are willing to learn the package structure, just go through
5
# included files one by one, read header notes and other comments
6
7
-using Compat
8
using IterTools
9
using Espresso
10
importall Espresso
src/deriv.jl
@@ -4,7 +4,7 @@
const IDX_NAMES = Espresso.IDX_NAMES
-@compat abstract type AbstractDiffRule end
+abstract type AbstractDiffRule end
struct DiffRule <: AbstractDiffRule
pat::Expr # pattern of expression to differentiate
0 commit comments