Subject: Re: Problem on Gofer

> 
> Hi! CC:
> I wrote {
> 
> commaint :: string -> string
> commaint = reverse.foldr1(\x y->x++","++y).group 3.reverse
>            where group n = takeWhile(not.null).map(take n).iterate(drop n)
> }
> to a script. Loaded it to Gofer, but it comes out an error message as this{
> 
> Reading script file "commaint":
> Parsing...Done
> 
> ERROR "commaint" (line 4): Empty script - perhaps you forgot the `>'s?
> }
> What is wrong with that?
> 
> All best.
> 

You probably have "Options:Literate Input" turned on. Turn it off.

/CC

___________________________________________________________________________
Christian Collberg      | Email: c_collberg@cs.auckland.ac.nz
Computer Science Dept   | Fax:   +64-9-373-7453
University of Auckland  | Phone: +64-9-373-7599 x 6137
Private Bag 92019,      | WWW:   http://www.cs.auckland.ac.nz/~collberg/
Auckland, NZ            |
___________________________________________________________________________
"Education is an admirable thing, but it is well to remember from time
to time that nothing that is worth knowing can be taught." - Oscar Wilde
___________________________________________________________________________