diff options
author | Yuchen Pei <baconp@gmail.com> | 2017-07-06 17:58:39 -0400 |
---|---|---|
committer | Yuchen Pei <baconp@gmail.com> | 2017-07-06 17:58:39 -0400 |
commit | e0ec44a8065e0976c01f41767a76cf59ed35167d (patch) | |
tree | edbe964ce614f4ef7e4ebfcfe8d7c62e384937a2 | |
parent | 26791f08150090aefcd0ea6bde21c9b7cdac4c2e (diff) |
added license.
-rw-r--r-- | Math/Combinatorics/YoungTableaux.hs | 10 | ||||
-rw-r--r-- | README.md | 3 |
2 files changed, 13 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]] diff --git a/README.md b/README.md new file mode 100644 index 0000000..18103fb --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +Experimental mathematics with Haskell, mainly covering some algebraic / enumerative combinatorics. + +Licensed under GPLv3+. |