Ticket #100 (closed defect: fixed)
Output gets printed twice
| Reported by: | erikd@… | Owned by: | benl |
|---|---|---|---|
| Priority: | blocker | Milestone: | 0.1.3 |
| Component: | Source Type Inferencer | Version: | 0.1.2 |
| Keywords: | Cc: |
Description
Simple program:
main =
println $ show [ 1 .. 6 ]
prints out:
[1, 2, 3, 4, 5, 6] [1, 2, 3, 4, 5, 6]
when it should print just a single line:
[1, 2, 3, 4, 5, 6]
Change History
Note: See
TracTickets for help on using
tickets.
