diff options
author | davve <davve@dtek.chalmers.se> | 2006-07-30 21:01:57 +0000 |
---|---|---|
committer | davve <davve@dtek.chalmers.se> | 2006-07-30 21:01:57 +0000 |
commit | 7e00d4646b0ab3694cee32752d2a8bac04317446 (patch) | |
tree | 51aa4eaf5dede3de999e1ac6c63c53c1a1587bfe /examples/Test.hs | |
parent | c3f8f4f1ab6ef0e0ba46e838055c938c061b6161 (diff) |
Start porting the Html renderer
Diffstat (limited to 'examples/Test.hs')
-rw-r--r-- | examples/Test.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/Test.hs b/examples/Test.hs index 5e8c5d03..cfc09e53 100644 --- a/examples/Test.hs +++ b/examples/Test.hs @@ -97,6 +97,7 @@ module Test ( -} f', + hej ) where import Hidden @@ -105,7 +106,7 @@ import Data.Maybe bla = Nothing ---hej = visible +hej = visible -- | This comment applies to the /following/ declaration -- and it continues until the next non-comment line |