[Haskell-cafe] Diving into the records swamp (possible GSoC project)

adam vogt vogt.adam at gmail.com
Fri Apr 26 20:29:31 CEST 2013


Hi Aleksandar,

This library for extensible records does use -XDataKinds:
<http://hackage.haskell.org/package/vinyl>. It doesn't have as many
definitions as HList, but that might be because more recent extensions
are more powerful. Many other libraries are listed
<http://www.haskell.org/haskellwiki/Extensible_record#Libraries_on_hackage>.
I don't know of a comparison between all of them.

--
Adam



More information about the Haskell-Cafe mailing list