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/hide-bug/B.hs | |
parent | c3f8f4f1ab6ef0e0ba46e838055c938c061b6161 (diff) |
Start porting the Html renderer
Diffstat (limited to 'examples/hide-bug/B.hs')
-rw-r--r-- | examples/hide-bug/B.hs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/hide-bug/B.hs b/examples/hide-bug/B.hs index f2ef544a..eeaa8290 100644 --- a/examples/hide-bug/B.hs +++ b/examples/hide-bug/B.hs @@ -1,3 +1,5 @@ -module B(Test) where +module B(Test, vis) where + +vis = id data Test = Test |