hsimport-0.11.0: Extend the import list of a Haskell source file

Safe HaskellNone
LanguageHaskell2010

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