haddock-use-refs
Safe HaskellNone
LanguageHaskell2010

Haddock.UseRefs

Description

The root module to be imported by applications and libraries.

Synopsis

Documentation

class CountHaddockRefs a where Source #

Type and instance is generated by countDocRefs

countDocRefs :: Q [Dec] Source #

Call in module with names mentioned only in documentation to avoid warnings.

extractQuotedStrings Source #

Arguments

:: String

Haskell source code

-> [String] 

Extract quoted strings from Haddock comment

lookupNames :: [String] -> Q [Name] Source #

Filter and resolve strings into type/value TH Name.