[Haskell-cafe] ANNOUNCE: vector-bytestring-0.0.0.0

Ertugrul Soeylemez es at ertes.de
Sun Oct 16 19:58:28 CEST 2011


Felipe Almeida Lessa <felipe.lessa at gmail.com> wrote:

> > Although I don't have a problem with using language extensions the
> > vector package, as it is a commonly used tool, shouldn't require me
> > to use an extension just to be able to debug my code.  This would be
> > particularly annoying when using GHCi, because you would always have
> > to start it with an extension option.
>
> You don't need it.  The OverlappingInstances extension needs to be
> enabled only where the ovarlapping instances are defined, *not* where
> they're used. =)

I see.  Then I'm totally fine with it. =)


Greets,
Ertugrul


-- 
nightmare = unsafePerformIO (getWrongWife >>= sex)
http://ertes.de/





More information about the Haskell-Cafe mailing list