@@ -12,14 +12,14 @@ Base.show(io::IO, ::MIME"text/plain", ::PartitionedAxis{PartSz, IdxMap, Ax}) whe
12
12
Base. show (io:: IO , :: PartitionedAxis{PartSz, IdxMap, Ax} ) where {PartSz, IdxMap, Ax} =
13
13
print (io, " PartitionedAxis($PartSz , $(Ax ()) )" )
14
14
15
- Base. show (io:: IO , :: ShapedAxis{Shape, IdxMap } ) where {Shape, IdxMap } =
16
- print (io, " ShapedAxis($Shape , $IdxMap )" )
15
+ Base. show (io:: IO , :: ShapedAxis{Shape} ) where {Shape} =
16
+ print (io, " ShapedAxis($Shape )" )
17
17
18
- Base. show (io:: IO , :: MIME"text/plain" , :: ViewAxis{Inds, IdxMap, Ax} ) where {Inds, IdxMap, Ax} =
18
+ Base. show (io:: IO , :: MIME"text/plain" , :: ViewAxis{Inds, IdxMap, Ax} ) where {Inds, IdxMap, Ax} =
19
19
print (io, " ViewAxis($Inds , $(Ax ()) )" )
20
- Base. show (io:: IO , :: ViewAxis{Inds, IdxMap, <:Ax} ) where {Inds, IdxMap, Ax} =
20
+ Base. show (io:: IO , :: ViewAxis{Inds, IdxMap, <:Ax} ) where {Inds, IdxMap, Ax} =
21
21
print (io, " ViewAxis($Inds , $(Ax ()) )" )
22
- Base. show (io:: IO , :: ViewAxis{Inds, IdxMap, <:NullorFlatAxis} ) where {Inds, IdxMap} =
22
+ Base. show (io:: IO , :: ViewAxis{Inds, IdxMap, <:NullorFlatAxis} ) where {Inds, IdxMap} =
23
23
print (io, Inds)
24
24
25
25
Base. show (io:: IO , ci:: ComponentIndex ) = print (io, " ComponentIndex($(ci. idx) , $(ci. ax) )" )
0 commit comments