blob: d39c06a1c7f2a4ed120d7c30bb73405f08cbc38d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Document: haskell98-hier
Title: Haskell Hierarchical Module Namespace Extension
Author: Simon Marlow and Malcolm Wallace
Abstract: Haskell 98 defines a module system with a flat module
namespace. That is, module names are just identifiers, and all module
names occupy the same namespace. The purpose of this document is to
define a modest extension to Haskell 98 that extends the module
namespace and gives it a hierarchical structure.
Section: Programming/Haskell
Format: PostScript
Files: /usr/share/doc/haskell98-report/hier.ps.gz
Format: PDF
Files: /usr/share/doc/haskell98-report/hier.pdf.gz
|