blob: 65076121fd8ebdfc5be57e1893a65ecdccdd1afb (
plain) (
tree)
|
|
implementation module new
// $Id$
/*
new.lit - One line module description
=====================================
Description
-----------
Describe in a few paragraphs what this module defines.
------------------------------------------------------------------------
Interface
---------
Exported identifiers:
> %export
> identifier || One line description
> ...
Required types:
identifier - type@source.lit type@source.lit
...
------------------------------------------------------------------------
Includes
--------
> %include "source.lit" || identifier ...
> ...
------------------------------------------------------------------------
Implementation
--------------
Implementation of identifier
> identifier
> :: type
> identifierone arguments
> = body
...
*/
|