Singpolyma

singpolyma commented on What do you think of the Haskell extenstions in terms of complexity they bring? at Reddit, saying

I always avoid extensions in code I write and stick to the standard. (Unless I'm experimenting with an extension intentionally to learn how it works, etc)

After a lot of playing around, my biggest vote would be for RankNTypes to make it into the standard eventually. This extension adds expressive power that standard Haskell currently cannot emulate without using dynamic typing.

in reply to @ 2016-110 06:35 UTC

Leave a Response