aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/Bug647.hs
blob: 7f1b9544ed3558995331e347c18efb1c29b02eed (plain) (blame)
1
2
3
4
5
6
7
{-# LANGUAGE Haskell2010 #-}
module Bug647 where

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