<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div>Am Freitag, den 14.07.2017, 09:26 +1000 schrieb Mike Ledger:</div><blockquote type="cite"><div dir="auto"><div><div dir="auto">How about: -+<br></div><div dir="auto"><br></div><div dir="auto"><div dir="auto">It almost looks arrow like if you squint, and have a font that lines up the horizontal lines.</div></div></div></div></blockquote><div><br></div><div><div>Interesting idea. Seems pretty good to me. It does not only look arrow-like, but also similar to the lollipop (⊸).</div><div><br></div><div>Let’s try it out:</div><div><br></div><blockquote type="cite"><pre>fmap :: Functor f => (a -+ b) -> f a -+ f b</pre></blockquote><div><br></div><div>Yes, this looks quite nice. Let’s compare it to the Unicode version:</div><div><br></div><blockquote type="cite"><pre>fmap ∷ Functor f ⇒ (a ⊸ b) → (f a ⊸ f b)</pre></blockquote><div><br></div>They look similar indeed. 😉</div><div><br></div><div>All the best,</div><div>Wolfgang</div></body></html>