aboutsummaryrefslogtreecommitdiff
path: root/Math
diff options
context:
space:
mode:
authorYuchen Pei <baconp@gmail.com>2017-07-06 17:58:39 -0400
committerYuchen Pei <baconp@gmail.com>2017-07-06 17:58:39 -0400
commite0ec44a8065e0976c01f41767a76cf59ed35167d (patch)
treeedbe964ce614f4ef7e4ebfcfe8d7c62e384937a2 /Math
parent26791f08150090aefcd0ea6bde21c9b7cdac4c2e (diff)
added license.
Diffstat (limited to 'Math')
-rw-r--r--Math/Combinatorics/YoungTableaux.hs10
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]]