haskell-docs-4.2.9: A program to find and display the docs and type of a name

Safe HaskellNone
LanguageHaskell98

Haskell.Docs

Description

Lookup the documentation of a name in a module (and in a specific package in the case of ambiguity).

Synopsis

Documentation

searchAndPrintDoc Source #

Arguments

:: [String]

GHC Options

-> Bool

Print modules only.

-> Bool

S-expression format.

-> Maybe PackageName

Package.

-> Maybe ModuleName

Module name.

-> Identifier

Identifier.

-> Ghc () 

searchAndPrintModules :: [String] -> Identifier -> IO () Source #

Search only for identifiers and print out all modules associated.

newtype Identifier Source #

An identifier.

Constructors

Identifier 

Fields

Instances
Eq Identifier Source # 
Instance details

Defined in Haskell.Docs.Types

Show Identifier Source # 
Instance details

Defined in Haskell.Docs.Types

newtype PackageName Source #

An package name.

Constructors

PackageName String 
Instances
Eq PackageName Source # 
Instance details

Defined in Haskell.Docs.Types

Show PackageName Source # 
Instance details

Defined in Haskell.Docs.Types