Should I use GHC Haskell extensions or not?

后端 未结 4 839
时光取名叫无心
时光取名叫无心 2021-01-30 05:04

As I am learning Haskell, I see that there is a lot of language extensions used in real life code. As a beginner, should I learn to use them, or should I avoid them at all cost?

4条回答
  •  粉色の甜心
    2021-01-30 05:40

    Generally speaking people do use GHC extensions quite heavily, because they're so useful and Haskell 98 is quite old. Once there's a more up to date standard people may make more effort to stick to it.

    You can find the status of proposals for the next standard here.

提交回复
热议问题