First-class module

From HaskellWiki
Revision as of 06:42, 10 August 2022 by Atravers (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Haskell proposals

Mark Shields and Simon Peyton Jones's First-class Modules for Haskell discusses a lot of extension proposals integrated in a coherent design.

Other examples

Cayenne is a programming language influenced by Haskell and constructive type theory. Because 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.