hsimport-0.9.0: A command line program for extending the import list of a Haskell source file.

Safe HaskellNone
LanguageHaskell98

HsImport

Synopsis

Documentation

type ImportDecl = ImportDecl Annotation Source #

data ImportPos Source #

Where a new import declaration should be added.

Constructors

Before ImportDecl

before the specified import declaration

After ImportDecl

after the specified import declaration

Instances
Eq ImportPos Source # 
Instance details

Defined in HsImport.ImportPos

Show ImportPos Source # 
Instance details

Defined in HsImport.ImportPos