First-class module
From HaskellWiki
Contents |
1 Haskell proposals
Mark Shields and Simon Peyton Jones First-class Modules for Haskell discusses a lot of extension proposals integrated in a coherent design.
2 Other examples
Cayene is a programming laguage influenced by Haskell, constructive type theory. Bacause it has also Dependent types, it can leverage them so that it is not forced to have a separate module language and a core language.
