foldl' ?

Mark Carroll mark@chaos.x-philes.com
Sat, 16 Nov 2002 09:55:53 -0500 (EST)


Where do I find foldl' in GHC? It's mentioned on
http://www.haskell.org/ghc/docs/latest/html/base/Data.List.html but
importing List and using "-package data" don't seem to make it appear. I'm
using GHC 5.02.2. I must be making some simple mistake.

-- Mark