Changes between Version 1 and Version 2 of Language
- Timestamp:
- 06/24/09 07:37:47 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Language
v1 v2 1 2 == Modules == 3 4 Modules start with an optional module identifier, followed by a list of export and import declarations. Export declarations must come before import declarations. 5 6 [[br]] 1 7 2 8 module 3 = '''module''' moduleId '''where''' moduleBody 9 = '''module''' moduleId '''where''' moduleBody [[br]] 10 | moduleBody 4 11 [[br]] 5 12
