aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/Bug647.hs
blob: 4143092a9cee1537b052f1845cc5d78fb79d6ddd (plain) (blame)
1
2
3
4
5
6
module Bug647 where

class Bug647 a where
	f :: a -- ^ doc for arg1
	  -> a -- ^ doc for arg2
	  -> a -- ^ doc for arg3