
10 Apr
2006
10 Apr
'06
2:32 p.m.
Hello, Trying to compile the attached modules gives the following error message: Main.hs:8:15: Ambiguous occurrence `lift' It could refer to either `Control.Monad.Trans.lift', ... or `Apa.lift', imported from Apa at ... Is this correct? I would have expected that an unqualified lift could only refer to the one exported from Apa in this case. /Niklas