HaRe-0.7.0.5: the Haskell Refactorer.

Safe HaskellNone

Language.Haskell.Refact.Utils.TypeSyn

Description

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

Synopsis

Documentation

data Pos Source

Constructors

Pos 

Fields

char :: !Int
 
line :: !Int
 
column :: !Int
 

Instances

type HsName = RdrNameSource

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

ghead :: String -> [a] -> aSource

glast :: String -> [a] -> aSource

gtail :: String -> [a] -> [a]Source

gfromJust :: [Char] -> Maybe a -> aSource