| Version 1 (modified by benl, 4 years ago) |
|---|
module
= module moduleId where moduleBody
moduleBody
= { {exportDecl;}* {importDecl;}* {topDecl;}+ }
exportDecl
= export var
| export type con
importDecl
= import moduleId
| import { {moduleId}+ }
