haskell-docs-4.1.1: A program to find and display the docs of a name from a given module.

Safe HaskellNone

Haskell.Docs.Types

Description

All types.

Synopsis

Documentation

data IdentDoc Source

Identier documentation along with argument docs and identifiers.

Instances

newtype Identifier Source

An identifier.

Constructors

Identifier 

Fields

unIdentifier :: String
 

newtype PackageName Source

An package name.

Constructors

PackageName String