Personal tools

First-class module

From HaskellWiki

(Difference between revisions)
Jump to: navigation, search
m (typographic corrections)
Current revision (11:53, 9 August 2012) (edit) (undo)
(Other examples: Updated the link to Cayenne)
 
(One intermediate revision not shown.)
Line 7: Line 7:
== Other examples ==
== Other examples ==
-
[http://www.cs.chalmers.se/~augustss/cayenne/index.html Cayene] is a programming laguage influenced by Haskell and constructive type theory.
+
[http://www.augustsson.net/Darcs/Cayenne/html/ Cayenne] is a programming language influenced by Haskell and constructive type theory.
Because it has also [[Dependent type]]s, it can leverage them so that it is not forced to have a separate module language and a core language.
Because it has also [[Dependent type]]s, it can leverage them so that it is not forced to have a separate module language and a core language.
[[Category:Proposals]]
[[Category:Proposals]]

Current revision

Contents


1 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.

2 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.