<div><div dir="auto">The better question is why would you want to? If you could even manage, the result would be practically incomprehensible. </div></div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jun 10, 2020 at 07:49 Alexander Chen <<a href="mailto:alexander@chenjia.nl">alexander@chenjia.nl</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="font-family:Arial;font-size:13px">hi,<div><br></div><div><div style="color:rgb(212,212,212);background-color:rgb(30,30,30);font-family:Consolas,"Courier New",monospace;font-size:14px;line-height:19px;white-space:pre-wrap"><div><span style="color:#6a9955">--any function foldr</span></div><div><span style="color:#dcdcaa">myAny''</span> :: (<span style="color:#9cdcfe">a</span>-> <span style="color:#569cd6">Bool</span>) -> [<span style="color:#9cdcfe">a</span>] -> <span style="color:#569cd6">Bool</span></div><div>myAny'' f = foldr (\a b -> f a || b) False</div></div><br><div><div style="font-family:Arial;font-size:13px">this is the foldr notions. How would i make this point free?</div></div></div><div style="font-family:Arial;font-size:13px"><br></div><div style="font-family:Arial;font-size:13px">best,</div></div>_______________________________________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@haskell.org" target="_blank">Beginners@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners</a><br>
</blockquote></div></div>