mkTopLevEnv: not interpreted main:Main

Felipe Almeida Lessa felipe.lessa at gmail.com
Tue Oct 4 22:34:05 CEST 2011


On Tue, Oct 4, 2011 at 5:32 PM, Felipe Almeida Lessa
<felipe.lessa at gmail.com> wrote:
> This may have something to do with timestamps on the files.  I cannot
> reproduce the error with
>
>  $ while ./T; do sleep 1; done
>  ...
>
> However, I *am* able to reproduce the error with
>
>  $ while ./T ; do sleep 0.9; done
>  Just 42
>  Just 42
>  Just 42
>  Just 42
>  Just 42
>  T: mkTopLevEnv: not interpreted main:Main

Sorry for replying to myself.  I'm also unable to reproduce the error with

  $ while ./T ; do rm A.hi A.o; done

which runs ./T on a much faster rate.

Cheers,

-- 
Felipe.



More information about the Glasgow-haskell-users mailing list