[Haskell-beginners] Some Code from XMonad

Daniel Fischer daniel.is.fischer at web.de
Sat Jul 10 07:50:55 EDT 2010


On Saturday 10 July 2010 13:44:55, Felipe Lessa wrote:
> 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.

Except that hierarchical modules weren't in H98.
(Everybody got hierarchical modules very soon, however, and they're in 
H2010.)

>
> http://www.haskell.org/onlinereport/modules.html#sect5.2
>
> Cheers!



More information about the Beginners mailing list