On Fri, Sep 3, 2010 at 6:11 PM, Ian Lynagh <igloo@earth.li> wrote:
On Tue, Aug 31, 2010 at 03:09:34AM -0700, Donald Bruce Stewart wrote:
>
> #4279: Proposal: Performance improvements for Data.IntMap
> http://hackage.haskell.org/trac/ghc/ticket/4279

Same .Internals comment as for Data.Map in #4277.

I would go with .Internal (without the plural) as it seems to be the more widely used convention (e.g. in network, bytestring, text, etc).

-- Johan