diff options
Diffstat (limited to 'Math/Combinatorics')
-rw-r--r-- | Math/Combinatorics/YoungTableaux.hs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Math/Combinatorics/YoungTableaux.hs b/Math/Combinatorics/YoungTableaux.hs index ada2da1..eedb971 100644 --- a/Math/Combinatorics/YoungTableaux.hs +++ b/Math/Combinatorics/YoungTableaux.hs @@ -1,3 +1,13 @@ +---------------------------------------------------------------------------- +-- +-- Copyright : (C) 2017 Yuchen Pei +-- License : GPLv3+ +-- +-- Maintainer : Yuchen Pei +-- Stability : experimental +-- Portability : non-portable +-- +---------------------------------------------------------------------------- --import Data.Monoid ((<>)) data SSYT a = S [[a]] |