<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 18 Jan 2016, at 09:21, David Feuer <<a href="mailto:david.feuer@gmail.com" class="">david.feuer@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><p dir="ltr" class="">I don't think flipping it is the way to go; I expect things to short-circuit from left to right.</p>
<div class="gmail_quote">On Jan 18, 2016 4:14 AM, "Herbert Valerio Riedel" <<a href="mailto:hvriedel@gmail.com" class="">hvriedel@gmail.com</a>> wrote:<br type="attribution" class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 2016-01-18 at 03:17:44 +0100, Niklas Hambüchen wrote:<br class="">this would leave open the option to have an obvious flipped version<br class="">
<br class="">
  (<==) :: Bool -> Bool -> Bool<br class="">
  (<==) = flip (==>)<br class=""></blockquote></div></div></blockquote><br class=""></div><div>But you can short-circuit this on the left !</div><div><br class=""></div><div>F <== p  =  not p</div><div>T <== p  =  T</div><div><br class=""></div><div>Note quite the same as short circuiting ==> on the left...   ;-)</div><br class=""><div class="">
<div class=""><div class="">Andrew Butterfield</div><div class="">School of Computer Science & Statistics</div><div class="">Trinity College</div><div class="">Dublin 2, Ireland</div></div>

</div>
<br class=""></body></html>