Re: :find command can not find foldl'
Scott Turner <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hugs.bugs |
|---|---|
| Message-ID | <[email protected]> |
On 2004 June 13 Sunday 17:06, [email protected] wrote: > ERROR - No current definition for name "foldl'" The Prelude does not export foldl'. It is not a standard Haskell 98 function. (wish it were)