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

Safe HaskellNone
LanguageHaskell98

HsImport

Synopsis

Documentation

data ImportPos Source #

Where a new import declaration should be added.

Constructors

Before HsImportDecl

before the specified import declaration

After HsImportDecl

after the specified import declaration

Instances
Eq ImportPos Source # 
Instance details

Defined in HsImport.ImportPos

Show ImportPos Source # 
Instance details

Defined in HsImport.ImportPos