On Sat, Apr 01, 2000 at 04:07:37PM +0200, Jan de Wit wrote:
>- It can automatically convert your code from
> all_words_lowercase_and_separated_by_underscore mode to
> firstWordLowercaseAndTheRestCapitalized mode,
The flag --change_underscoresToCaps should, I think, be named
--change_underscores
ANNOUNCE: HaSpell release 0.1
-
I am pleased to announce the imminent availability of HaSpell.
HaSpell is a style and spelling checker for your Haskell programs.
It can check both your program code as well as the comments in it for
embarrassing slips of the pen. It use
Hey all.. I was wondering if somebody might give me some pointers on how
to do a particular assignment.. I need to write a scipt zipPairtype L1 L2
which takes 2 lists and returns a list of pairs...
such thar:
> zipPairtype [1,2] [11,12,100]
[Pair 1 11, Pair 2 12]
>zipPairtype [1,2,3] [100,