haskell-tools-refactor-1.0.1.2: Refactoring Tool for Haskell

Safe HaskellNone
LanguageHaskell2010

Language.Haskell.Tools.Refactor.Querying

Documentation

performQuery Source #

Arguments

:: [QueryChoice]

The set of available queries

-> [String]

The query command

-> Either FilePath ModuleDom

The module in which the refactoring is performed

-> [ModuleDom]

Other modules

-> Ghc (Either String Value)