Ticket #4 (closed bug report: fixed)
Parser doesn't handle Unicode special syntax
| Reported by: | nibro | Owned by: | nibro |
|---|---|---|---|
| Priority: | minor | Milestone: | Blue Sky |
| Component: | parser | Version: | 1.0.0 |
| Keywords: | Cc: |
Description
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.
Change History
Note: See
TracTickets for help on using
tickets.
