Changes between Version 12 and Version 13 of GhcKinds
- Timestamp:
- 08/19/11 01:13:24 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GhcKinds
v12 v13 9 9 More details can be found in [http://gallium.inria.fr/~jcretin/ghc/theory.pdf this theory pdf]. 10 10 11 == Examples == 11 == User's Guide and Examples == 12 13 There is a [http://haskell.org/haskellwiki/GHC/Kinds user guide] available on the haskellwiki explaining how to build the compiler and how to use the extension. 12 14 13 15 Examples of reimplementation of existing Haskell librairies can be found in [http://gallium.inria.fr/~jcretin/ghc/examples.pdf this examples pdf]. I use a repository for what works and what does not [https://github.com/ia0/GhcKindsExamples].
