hsdev-0.1.3.4: Haskell development library and tool with support of autocompletion, symbol info, go to declaration, find references etc.

Safe HaskellNone
LanguageHaskell98

HsDev.Tools.AutoFix

Synopsis

Documentation

autoFix_ :: [Correction] -> EditM String () Source

Apply corrections

autoFix :: [Correction] -> [Correction] -> EditM String [Correction] Source

Apply corrections and update rest correction positions

class Canonicalize a where Source

Canonicalize all paths within something

Methods

canonicalize :: a -> IO a Source

module Data.Mark