[Haskell-beginners] Some Code from XMonad
Felipe Lessa
felipe.lessa at gmail.com
Sat Jul 10 07:44:55 EDT 2010
On Sat, Jul 10, 2010 at 8:41 AM, matthew coolbeth
<mac01021 at engr.uconn.edu> wrote:
> Hi.
> This is not standard haskell98, right?
> It appears as though a container module can very succinctly expose ALL items
> exposed by "submodules" that it has imported within itself.
> Does anyone know where I can find a document specifying the language
> behaviour for code that does this?
Yes, it is Haskell 98 =D.
http://www.haskell.org/onlinereport/modules.html#sect5.2
Cheers!
--
Felipe.
More information about the Beginners
mailing list