packages feed

haddock-use-refs-1.0.1: src/Haddock/UseRefs/Type.hs

{-# 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