PosName

Plain source file: base/parse2/PosName.hs (2004-04-02)

PosName is imported by: Ents, Names, PosSyntax, PropPosSyntax.

module PosName(module PosName,ModuleName,HsIdentI(..)) where
import SourceNames
import qualified HsName as Hs
import HsIdent

type ModuleName = SN Hs.ModuleName
type HsName = SN Hs.HsName
type Id = SN Hs.Id
type HsIdent = HsIdentI HsName

Index

(HTML for this module was generated on 2009-01-04. About the conversion tool.)