[cvs-nhc98] Corrected typo in definition of combinator fun6.

User olaf olaf@sparud.net
Thu, 19 Apr 2001 12:32:45 +0200 (CEST)


olaf: Thu Apr 19 12:32:45 CEST 2001

Update of /usr/src/master/nhc/src/prelude/PreludeDebug
In directory hinken:/tmp/cvs-serv24395/src/prelude/PreludeDebug

Modified Files:
	PreludeDebug.hs 
Log Message:
Corrected typo in definition of combinator fun6.

The last line was missing in the definition. Unfortunately the definition was type correct, only with a different type. Because Prelude.T.hi is handmade, the inconsistency could not be detected by the system.
It seems the examples Adjoxo,Mate etc. don't have a function with six arguments, otherwise they would surely have core dumped.