
21 Oct
2005
21 Oct
'05
4:55 p.m.
On 10/21/05, Joel Reymont
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