Safe Haskell | None |
---|---|
Language | Haskell2010 |
Haddock.UseRefs
Description
The root module to be imported by applications and libraries.
Synopsis
- class CountHaddockRefs a where
- countHaddockRefs :: Proxy a -> Int
- countDocRefs :: Q [Dec]
- extractQuotedStrings :: String -> [String]
- lookupNames :: [String] -> Q [Name]
Documentation
class CountHaddockRefs a where Source #
Type and instance is generated by countDocRefs
Methods
countHaddockRefs :: Proxy a -> Int Source #
countDocRefs :: Q [Dec] Source #
Call in module with names mentioned only in documentation to avoid warnings.
Extract quoted strings from Haddock comment