<div dir="auto">At the risk of completely derailing the conversation, I have always called this the "robot monkey operator".  I fail to see what is so ninja-like about it.<div dir="auto"><br></div><div dir="auto">Anyway, I think I am +1 on adding Data.List.singleton.</div><div dir="auto"><br></div><div dir="auto">-Brent</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 12, 2019, 12:35 PM Zemyla <<a href="mailto:zemyla@gmail.com">zemyla@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I also like the ninja-robot operator, because it's visually<br>
interesting and easy to search for.<br>
<br>
Also, if you're importing several libraries which already use<br>
"singleton", then you have to use "List.singleton" every time, which<br>
is far uglier to me.<br>
<br>
On Mon, Aug 12, 2019 at 12:03 PM Herbert Valerio Riedel<br>
<<a href="mailto:hvriedel@gmail.com" target="_blank" rel="noreferrer">hvriedel@gmail.com</a>> wrote:<br>
><br>
> > - `(:[])`: Subjectively ugly.<br>
><br>
> I consider "subjectively ugly" to be a non-technical and thus really<br>
> weak argument to dismiss the list-idiomatic ninja-robot-operator (:[])<br>
> which also happens to be shorter than the proposed alias for it. I for<br>
> one don't see a significant benefit for adding a redundant synonym to<br>
> `Data.List` and are thus -1 on this.<br>
><br>
> > singleton :: a -> [a]<br>
> > singleton x = [x]<br>
> _______________________________________________<br>
> Libraries mailing list<br>
> <a href="mailto:Libraries@haskell.org" target="_blank" rel="noreferrer">Libraries@haskell.org</a><br>
> <a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries" rel="noreferrer noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries</a><br>
_______________________________________________<br>
Libraries mailing list<br>
<a href="mailto:Libraries@haskell.org" target="_blank" rel="noreferrer">Libraries@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries" rel="noreferrer noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries</a><br>
</blockquote></div>