On Wed, Feb 27, 2008 at 12:06 AM,  <[EMAIL PROTECTED]> wrote:
>  Fortuitously, I recently came across a bunch of bioinformatics software in 
> Haskell. One of the libraries was called 'interlude', and it claims to be 
> able to give line locations for errors in the Prelude. I was intending to 
> upload them all as a group once I'd finished, but you might be able to make 
> use of it here.
>
>  You can find it here: 
> <http://hackage.haskell.org/cgi-bin/hackage-scripts/package/interlude-0.1.1>.
>
>  If it does work out for you, be sure to let me know. I haven't run across 
> any Prelude errors in my code since I installed it, so I haven't really tried 
> it out.

Although I had to change my source code a bit (changing calls to e.g.
`any' and `all' to have a Foldable prefix), this did work.  My error
message now is:

    dsat: Prelude.maximum: empty list

which tells me where my bug is.  Thanks!

-- 
                              Denis
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to