HaRe-0.8.3.0: the Haskell Refactorer.

Safe HaskellNone
LanguageHaskell98

Language.Haskell.Refact.Utils.TypeSyn

Description

This is a legacy module from the pre-GHC HaRe, and will disappear eventually.

Synopsis

Documentation

type HsName = RdrName Source

HsName is a name as it is found in the source This seems to be quite a close correlation

newtype PName Source

The PN is the name as it occurs to the parser, and corresponds with the GHC.RdrName type PN = GHC.RdrName

Constructors

PN HsName 

Instances