[clean-list] help me

Richard A. O'Keefe ok@atlas.otago.ac.nz
Wed, 28 Mar 2001 10:41:40 +1200 (NZST)


"ZhangRuoyu" <zhangry@comp.eng.himeji-tech.ac.jp> writes:
	I want to test the program ...

	Start = primes 100
	Start = mapfun [sqrt,sin,cos] 1.0
	
	but I cannot test all the program at one time ...
	can someone help me?
	
Try

    Start :: ([Int], [Real])
    Start = (primes 100, mapfun [sqrt,sin,cos] 1.0)