
6 Oct
2005
6 Oct
'05
8:40 p.m.
Folks, Does anyone know how to make the Haskell mode (Emacs) indent the line after "where" for this type of look: peek = if be then peek0 else peekR where peek0 a = fmap BigEndian $ peek (castAway a) peekR a = peekByteOff a 0 instead of this: peek = if be then peek0 else peekR where peek0 a = fmap BigEndian $ peek (castAway a) peekR a = peekByteOff a 0 Thanks, Joel -- http://wagerlabs.com/idealab