On 10/21/05, Joel Reymont <[EMAIL PROTECTED]> 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
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to