Skip to content

Commit 01c5aab

Browse files
a few more core imports
1 parent 5a50584 commit 01c5aab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/ArrayInterfaceCore/src/ArrayInterfaceCore.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ parent_type(::Type{<:AbstractTriangular{T,S}}) where {T,S} = S
3737
parent_type(::Type{<:PermutedDimsArray{T,N,I1,I2,A}}) where {T,N,I1,I2,A} = A
3838
parent_type(::Type{Base.Slice{T}}) where {T} = T
3939
parent_type(::Type{T}) where {T} = T
40-
parent_type(::Type{R}) where {S,T,A,N,R<:ReinterpretArray{T,N,S,A}} = A
40+
parent_type(::Type{R}) where {S,T,A,N,R<:Base.ReinterpretArray{T,N,S,A}} = A
4141
parent_type(::Type{Diagonal{T,V}}) where {T,V} = V
4242

4343
"""

src/ArrayInterface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ using ArrayInterfaceCore
44
import ArrayInterfaceCore: allowed_getindex, allowed_setindex!, aos_to_soa, buffer,
55
has_parent, parent_type, fast_matrix_colors, findstructralnz, has_sparsestruct,
66
issingular, is_lazy_conjugate, isstructured, matrix_colors, restructure, lu_instance,
7-
safevec, unsafe_reconstruct, zeromatrix, ColoringAlgorithm
7+
safevec, unsafe_reconstruct, zeromatrix, ColoringAlgorithm, merge_tuple_type
88

99
# ArrayIndex subtypes and methods
1010
import ArrayInterfaceCore: ArrayIndex, MatrixIndex, VectorIndex, BidiagonalIndex, TridiagonalIndex

0 commit comments

Comments
 (0)