Difference between revisions of "First-class module"

From HaskellWiki
Jump to navigation Jump to search
(→‎Other examples: Updated the link to Cayenne)
m
 
Line 3: Line 3:
 
== Haskell proposals ==
 
== Haskell proposals ==
   
Mark Shields and Simon Peyton Jones's [http://research.microsoft.com/Users/simonpj/Papers/first-class-modules/ First-class Modules for Haskell] discusses a lot of extension proposals integrated in a coherent design.
+
Mark Shields and Simon Peyton Jones's [https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.15.9282&rep=rep1&type=pdf First-class Modules for Haskell] discusses a lot of extension proposals integrated in a coherent design.
   
 
== Other examples ==
 
== Other examples ==

Latest revision as of 06:42, 10 August 2022

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.