<div dir="ltr"><div><div>Haskell version installed on my computer with OS Windows 7, 64 bit.<br></div>GHCi, version 7.8.3<br><br></div>My haskell script is in a file named baby.hs with following functions,<br>doubleMe x = x + x<br><br>doubleUs x y = x*2 + y*2<br><br>removeNonUpperCase :: [Char] -> [Char]<br>removeNonUpperCase st = [c | c <- st, c `élem` ['A'..'Z']]<br clear="all"><div><div><div><br><br></div><div>I get following error:-<br>g>:l baby<br>[1 of 1] Compiling Main             ( baby.hs, interpreted )<br><br>baby.hs:6:42: lexical error (UTF-8 decoding error)<br>Failed, modules loaded: none.<br><br></div><div>I am not able to advance any further, please suggest.<br><br></div><div>-- <br><div class="gmail_signature">thanks<br>Vilpesh</div>
</div></div></div></div>