diff options
author | simonmar <unknown> | 2002-07-23 08:43:02 +0000 |
---|---|---|
committer | simonmar <unknown> | 2002-07-23 08:43:02 +0000 |
commit | 78a941372e7720b74a18ac259bf227512486dda1 (patch) | |
tree | a4d9883e6fa90e3641b0c82d616494b31621a39c /examples/NoLayout.hs | |
parent | e5d775864dfa52d588aee8f0ce41ef66181e9e05 (diff) |
[haddock @ 2002-07-23 08:43:02 by simonmar]
more tests
Diffstat (limited to 'examples/NoLayout.hs')
-rw-r--r-- | examples/NoLayout.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/NoLayout.hs b/examples/NoLayout.hs new file mode 100644 index 00000000..0be97ba1 --- /dev/null +++ b/examples/NoLayout.hs @@ -0,0 +1,4 @@ +module NoLayout where { + -- | the class 'C' + g :: Int; + } |