Ticket #104 (closed defect: fixed)
Renamer problem with class functions
| Reported by: | benl | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | 0.1.3 |
| Component: | Source Desugarer | Version: | 0.1.2 |
| Keywords: | Cc: |
Description
This program doesn't compile
data Thing
project Thing where
write x = x
thing f
= do str = "thing"
out = f str
putStr $ write&{Thing} out
main ()
= do putStr "dude"
But works when "out" is renamed to "o"
Note that there is a function in the Prelude called "out". Smells like a renamer problem.
Change History
Note: See
TracTickets for help on using
tickets.
