Skip to content

Export Solo from Data.Tuple

David Feuer requested to merge treeowl/ghc:Solo-export into master

The Solo type is intended to be the canonical lifted unary tuple. Up until now, it has only been available from GHC.Tuple in ghc-prim. Export it from Data.Tuple in base.

I proposed this on the libraries list in December, 2020.

https://mail.haskell.org/pipermail/libraries/2020-December/031061.html

Responses from chessai

https://mail.haskell.org/pipermail/libraries/2020-December/031062.html

and George Wilson

https://mail.haskell.org/pipermail/libraries/2021-January/031077.html

were positive. There were no other responses.

Edited by David Feuer

Merge request reports