hi-file-parser-0.1.0.0: Parser for GHC's hi files
Safe HaskellNone
LanguageHaskell2010

HiFileParser

Documentation

data Interface Source #

Constructors

Interface 

Instances

Instances details
Show Interface Source # 
Instance details

Defined in HiFileParser

newtype List a Source #

Constructors

List 

Fields

Instances

Instances details
Show a => Show (List a) Source # 
Instance details

Defined in HiFileParser

Methods

showsPrec :: Int -> List a -> ShowS #

show :: List a -> String #

showList :: [List a] -> ShowS #

newtype Dictionary Source #

Constructors

Dictionary 

Instances

Instances details
Show Dictionary Source # 
Instance details

Defined in HiFileParser

newtype Module Source #

Constructors

Module 

Fields

Instances

Instances details
Show Module Source # 
Instance details

Defined in HiFileParser

newtype Usage Source #

Constructors

Usage 

Fields

Instances

Instances details
Show Usage Source # 
Instance details

Defined in HiFileParser

Methods

showsPrec :: Int -> Usage -> ShowS #

show :: Usage -> String #

showList :: [Usage] -> ShowS #

data Dependencies Source #

Constructors

Dependencies 

Fields

Instances

Instances details
Show Dependencies Source # 
Instance details

Defined in HiFileParser