Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • P prime
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 128
    • Issues 128
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Haskell
  • prime
  • Wiki
  • hierarchical modules

hierarchical modules · Changes

Page history
Edit HierarchicalModules authored Jul 08, 2009 by simonmar@microsoft.com's avatar simonmar@microsoft.com
Hide whitespace changes
Inline Side-by-side
hierarchical-modules.md
View page @ 67b2a3e2
# Hierarchical Modules
# Proposal: [HierarchicalModules](hierarchical-modules)
<table><tr><th> Type </th>
<th> extension
</th></tr>
<tr><th> Status </th>
<th> complete
</th></tr>
<tr><th> Owner </th>
<th> Simon Marlow
</th></tr>
<tr><th> Section </th>
<th> Lexical Syntax
</th></tr>
<tr><th> Dependencies </th>
<th></th></tr>
<tr><th> Related </th>
<th></th></tr></table>
## Compiler support
<table><tr><th> GHC </th>
<th> full (no flag)
</th></tr>
<tr><th> nhc98 </th>
<th> full (no flag)
</th></tr>
<tr><th> Hugs </th>
<th> full (no flag)
</th></tr>
<tr><th> UHC </th>
<th> full (no flag)
</th></tr>
<tr><th> JHC </th>
<th> full (no flag)
</th></tr>
<tr><th> LHC </th>
<th> full (no flag)
</th></tr></table>
## Summary
See [ExtensionDescriptionHowto](extension-description-howto) for information on how to write these extension descriptions. Please add any new extensions to the list of [HaskellExtensions](haskell-extensions).
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.
## Brief Explanation
## Description
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.
A complete description of the proposal.
## References
- [ http://www.haskell.org/hierarchical-modules/](http://www.haskell.org/hierarchical-modules/)
## Pros
## Report Delta
## Cons
\ No newline at end of file
See the addendum: [ http://www.haskell.org/hierarchical-modules/](http://www.haskell.org/hierarchical-modules/)
\ No newline at end of file
Clone repository Edit sidebar
  • Arrows
  • BangPatterns
  • DeepSeq
  • ExistentialQuantification
  • ExplicitForall
  • FlexibleContexts
  • FlexibleInstances
  • ForeignFunctionInterface
  • FunctionalDependencies
  • GADTs
  • ImplicitParams
  • IncoherentInstances
  • KindAnnotations
  • LamdaCase
  • MultiParamTypeClasses dilemma
View All Pages