diff options
author | David Waern <david.waern@gmail.com> | 2010-05-13 19:08:53 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2010-05-13 19:08:53 +0000 |
commit | 4b444e1373d050fcf66fe9258535cc4e2c2583e2 (patch) | |
tree | ae546e78a1cf03d337f2867d5c5b798dba09d606 /src | |
parent | a68d4d244581fe152980891354630a4ebc559c7e (diff) |
Fix comment
Diffstat (limited to 'src')
-rw-r--r-- | src/Haddock/Types.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Haddock/Types.hs b/src/Haddock/Types.hs index 50e0c542..fa0e9a13 100644 --- a/src/Haddock/Types.hs +++ b/src/Haddock/Types.hs @@ -33,7 +33,7 @@ import Test.QuickCheck #endif --- convenient short-hands +-- | Convenient short-hand type Decl = LHsDecl Name |