10 Jul
2010
10 Jul
'10
7:50 p.m.
On Saturday 10 July 2010 13:44:55, Felipe Lessa wrote:
On Sat, Jul 10, 2010 at 8:41 AM, matthew coolbeth
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!