[Haskell-cafe] Re: Haskell and OS X

J. Garrett Morris trevion at gmail.com
Fri Oct 21 12:55:18 EDT 2005


On 10/21/05, Joel Reymont <joelr1 at gmail.com> wrote:
>
> On Oct 21, 2005, at 4:22 PM, Stefan Monnier wrote:
>
> > You mean you'd like
> >
> >  data TableInfo = TableInfo {
> >                             avgPot :: Double,
>
> No, I would actually like to offset avgPot 4 spaces from TableInfo.

Can I throw a vote in for handling

 data T = T { granularity :: (Int, Int, Int, Int)
            , items :: Map (Int, Int, Int, Int) [Item] }

correctly?  That (and case statements) are the only things that really
still bother me about haskell-mode.

 /g


More information about the Haskell-Cafe mailing list