ghc-lib-0.1.0: The GHC API, decoupled from GHC versions

Safe HaskellNone
LanguageHaskell2010

HieBin

Synopsis

Documentation

writeHieFile :: Binary a => FilePath -> a -> IO () Source #

data HieName Source #

Name's get converted into HieName's before being written into .hie files. See toHieName and fromHieName for logic on how to convert between these two types.

Instances
Eq HieName Source # 
Instance details

Defined in HieBin

Methods

(==) :: HieName -> HieName -> Bool #

(/=) :: HieName -> HieName -> Bool #

Ord HieName Source # 
Instance details

Defined in HieBin

Outputable HieName Source # 
Instance details

Defined in HieBin

Methods

ppr :: HieName -> SDoc #

pprPrec :: Rational -> HieName -> SDoc #