this post was submitted on 25 Jul 2023
3 points (100.0% liked)

Haskell

5 readers
1 users here now

**The Haskell programming language community.** Daily news and info about all things Haskell related: practical stuff, theory, types, libraries, jobs, patches, releases, events and conferences and more... ### Links - Get Started with Haskell

founded 2 years ago
 

GHC Proposal #601 proposes a lifecycle for Haskell language extensions and an associated system of compiler warnings. The lifecycle categorizes language extensions as being one of the following:

  • An experimental extension, subject to rapid evolution (e.g. LinearTypes)
  • A mature extension, to which changes are not expected (e.g. DeriveFunctor)
  • A deprecated extension, which will be removed from an imminent GHC release
  • A legacy extension, which is generally considered to be a design dead-end but th...
no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here