Difference between revisions of "User:Ashley Y"

From HaskellWiki
Jump to navigation Jump to search
(admin)
Line 16: Line 16:
   
 
Add:
 
Add:
  +
* Top-level <hask><-</hask>
* Open types and functions
 
 
* Kind declarations
 
* Kind declarations
   

Revision as of 10:29, 26 August 2008

Ashley Yakeley

I hereby license all my contributions to this wiki under the simple permissive license on HaskellWiki:Copyrights. —Ashley Y 05:25, 14 January 2006 (UTC)

I am one of the two admins on this wiki.

Current libraries

HaskellWiki:Style test

Haskell - the language of choice for people smarter than you.

Haskell wishes

Add:

  • Top-level <-
  • Kind declarations

Remove:

  • old-style deriving (newtype deriving is OK)
  • Typeable & Dynamic
  • Generics and all that "Scrap Your Boilerplate" nonsense
  • numeric defaulting
  • n+k patterns