aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/Ticket61_Hidden.hs
blob: f3654cfcffeb4127b7ec17ef0b0825b28cb8cb93 (plain) (blame)
1
2
3
4
5
6
7
8
{-# LANGUAGE Haskell2010 #-}
{-# OPTIONS_HADDOCK hide #-}

module Ticket61_Hidden where

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