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 5aefa2d commit 4b9db82Copy full SHA for 4b9db82
src/RecursiveArrayTools.jl
@@ -2,7 +2,7 @@ __precompile__()
2
3
module RecursiveArrayTools
4
5
- using Compat, Juno, RecipesBase, StaticArrays
+ using Juno, RecipesBase, StaticArrays
6
7
abstract type AbstractVectorOfArray{T, N} <: AbstractArray{T, N} end
8
abstract type AbstractDiffEqArray{T, N} <: AbstractVectorOfArray{T, N} end
0 commit comments