diff options
author | Simon Marlow <simonmar@microsoft.com> | 2006-05-24 15:46:29 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2006-05-24 15:46:29 +0000 |
commit | b79272f54d67bfecc2cfeed0d1b8171c790f63c6 (patch) | |
tree | fe06743334094bf6236f9f160f251782bb6e484f /examples | |
parent | 382c94118677e859c06080fd1510fdd311e50a83 (diff) |
add a bug report
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Bug10.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/Bug10.hs b/examples/Bug10.hs new file mode 100644 index 00000000..04c5ff50 --- /dev/null +++ b/examples/Bug10.hs @@ -0,0 +1,3 @@ +-- | Module: M +f :: a -> a + |