
10 Jul
2010
10 Jul
'10
7:44 a.m.
On Sat, Jul 10, 2010 at 8:41 AM, matthew coolbeth
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.