Proposal: Export Solo from Data.Tuple

GHC.Tuple now exports data Solo a = Solo a for use as the canonical lifted unary tuple. I propose to export it from Data.Tuple. David

+1
On Wed, Dec 30, 2020, 12:32 David Feuer
GHC.Tuple now exports
data Solo a = Solo a
for use as the canonical lifted unary tuple. I propose to export it from Data.Tuple.
David _______________________________________________ Libraries mailing list Libraries@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries

+1
On Thu, 31 Dec 2020 at 04:58, chessai
+1
On Wed, Dec 30, 2020, 12:32 David Feuer
wrote: GHC.Tuple now exports
data Solo a = Solo a
for use as the canonical lifted unary tuple. I propose to export it from Data.Tuple.
David _______________________________________________ Libraries mailing list Libraries@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries
_______________________________________________ Libraries mailing list Libraries@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries
participants (3)
-
chessai
-
David Feuer
-
George Wilson