From e0ec44a8065e0976c01f41767a76cf59ed35167d Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Thu, 6 Jul 2017 17:58:39 -0400 Subject: added license. --- Math/Combinatorics/YoungTableaux.hs | 10 ++++++++++ README.md | 3 +++ 2 files changed, 13 insertions(+) create mode 100644 README.md 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+. -- cgit v1.2.3