{-# OPTIONS_HADDOCK hide #-}
module Haddock.UseRefs.Type where

import Data.Proxy
import Prelude

-- | Type and instance is generated by 'Haddock.UseRefs.countDocRefs'
class CountHaddockRefs a where
  countHaddockRefs :: Proxy a -> Int