aboutsummaryrefslogtreecommitdiff
path: root/html-test/tests/Ticket61_Hidden.hs
blob: 583c10cd732a99b0d8fef909fae86b7b069090b7 (plain) (blame)
1
2
3
4
5
6
7
{-# OPTIONS_HADDOCK hide #-}

module Ticket61_Hidden where

class C a where
  -- | A comment about f
  f :: a