Skip to content

Export IsList from GHC.IsList

Teo Camarasu requested to merge teo/ghc:add-GHC.IsList into master

This patch implements the proposal from https://github.com/haskell/core-libraries-committee/issues/54.

It creates a new module called GHC.IsList that exports the IsList type class.

Edited by Teo Camarasu

Merge request reports