<div dir="ltr">I think it has something to do with which unicode symbols are punctuation. <div><br></div><div>Check out this StackOverflow answer:</div><div><a href="http://stackoverflow.com/questions/10548170/what-characters-are-permitted-for-haskell-operators">http://stackoverflow.com/questions/10548170/what-characters-are-permitted-for-haskell-operators</a><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 13, 2016 at 12:33 PM, Silent Leaf <span dir="ltr"><<a href="mailto:silent.leaf0@gmail.com" target="_blank">silent.leaf0@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi!<br><br>say I wanna use "—" as new infix operator: it's the big dash used a bit like parenthesis, especially at the end of sentences —like this.<br><br>in ghci directly:<br>Prelude> let (—) a b = a + b<br><br>No problem, is accepted and usable. Same in files.<br><br>Now I try using (»), a French (amongst others) punctuation sign, typically replaces the quote-ends, « like this ».<br>Doesn't work:<br><interactive>:2:6: lexical error at character '\187'<br><br>I thought Haskell was Unicode-friendly? Why some symbols but not others? :'(
<br>_______________________________________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@haskell.org">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>
<br></blockquote></div><br></div>