From: Ramakrishnan Muthukrishnan Date: Mon, 16 Feb 2015 10:35:11 +0000 (+0530) Subject: haskell style guide link and spec link X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=fe8d58a9ad397b570a722839a83f37f5185b4715;p=functorrent.git haskell style guide link and spec link --- diff --git a/README b/README index f43b073..11ad8d7 100644 --- a/README +++ b/README @@ -37,9 +37,10 @@ Goals - Become more profient with Haskell. - Implement something non-trivial with Haskell (crypto, file operations, network operations, concurrency, bit twiddling, DHT). -- Spec compliance. +- Follow the spec. () - Easy for newbies like me to read and understand along side the spec. - doctest and quickcheck tests. +- Follow Haskell Style Guide () Status ------