id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4	Parser doesn't handle Unicode special syntax	nibro	nibro	"{{{
main :: IO ()
main = do
  as ← getArgs
  print $ test 0

test :: a → Bool
test x = pi
  where
    f  = replicate 2000 x
    i  = repeat         x
    pf = f |> 300
    pi = i |> 300
}}}
Unicode is supported for operators, but not for e.g. the arrows in the example above."	bug report	closed	minor	Blue Sky	parser	1.0.0	fixed		
