Changes between Version 2 and Version 3 of HierarchicalModules
- Timestamp:
- 07/08/09 02:53:20 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HierarchicalModules
v2 v3 1 = Hierarchical Modules = 2 [[PageOutline]] 1 = Proposal: HierarchicalModules = 3 2 4 See ExtensionDescriptionHowto for information on how to write these extension descriptions. Please add any new extensions to the list of HaskellExtensions. 3 [[BR]] 4 || Type || extension || 5 || Status || complete || 6 || Owner || [mailto:marlowsd@gmail.com Simon Marlow] || 7 || Section || Lexical Syntax || 8 || Dependencies || || 9 || Related || || 5 10 6 == Brief Explanation == 11 == Compiler support == 12 13 || GHC || full (no flag) || 14 || nhc98 || full (no flag) || 15 || Hugs || full (no flag) || 16 || UHC || full (no flag) || 17 || JHC || full (no flag) || 18 || LHC || full (no flag) || 19 20 == Summary == 7 21 8 22 Hierarchical module names: a small extension to the Haskell 98 syntax to allow module names to contain a dot '.', thus allowing modules to be structured in a hierarchy. 9 23 24 == Description == 25 26 A complete description of the proposal. 27 10 28 == References == 29 11 30 * [http://www.haskell.org/hierarchical-modules/] 12 31 13 == Pros==32 == Report Delta == 14 33 15 == Cons == 34 See the addendum: [http://www.haskell.org/hierarchical-modules/]
