Changeset 2725 for src/Pugs/Parser.hs

Show
Ignore:
Timestamp:
05/05/05 17:18:51 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
4271
Message:

* haddockify the poems

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Parser.hs

    r2644 r2725  
    22{-# OPTIONS_GHC -#include "UnicodeC.h" #-} 
    33 
    4 {- 
     4{-| 
    55    Higher-level parser for building ASTs. 
    66 
    7     I sang of leaves, of leaves of gold, and leaves of gold there grew: 
    8     Of wind I sang, a wind there came and in the branches blew. 
    9     Beyond the Sun, beyond the Moon, the foam was on the Sea, 
    10     And by the strand of Ilmarin there grew a golden Tree... 
     7>   I sang of leaves, of leaves of gold, and leaves of gold there grew: 
     8>   Of wind I sang, a wind there came and in the branches blew. 
     9>   Beyond the Sun, beyond the Moon, the foam was on the Sea, 
     10>   And by the strand of Ilmarin there grew a golden Tree... 
    1111-} 
    1212