Skip to content

Commit eee9c33

Browse files
committed
Merge branch 'v0.4-fix' of git://github.com/randy3k/Combinatorics.jl into randy3k-v0.4-fix
Drops use of at-compat macro
2 parents 3771edd + 3ea3bee commit eee9c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/youngdiagrams.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
typealias Partition Vector{Int64}
66
typealias YoungDiagram Array{Int64,2}
7-
typealias SkewDiagram @compat(Tuple{Partition,Partition})
7+
typealias SkewDiagram Tuple{Partition, Partition}
88

99
export Partition,
1010
YoungDiagram, #represents shape of Young diagram

0 commit comments

Comments
 (0)