Skip to content

Commit 0e94648

Browse files
committed
Merge branch 'randy3k-v0.4-fix'
2 parents 3771edd + eee9c33 commit 0e94648

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)