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

Safe HaskellNone

Haskell.Docs

Description

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

Synopsis

Documentation

searchAndPrintDocSource

Arguments

:: Bool

Print modules only.

-> Bool

S-expression format.

-> Maybe PackageName

Package.

-> Maybe ModuleName

Module name.

-> Identifier

Identifier.

-> Ghc () 

newtype Identifier Source

An identifier.

Constructors

Identifier 

Fields

unIdentifier :: String
 

newtype PackageName Source

An package name.

Constructors

PackageName String