apply-refact-0.8.2.1: src/Refact/Apply.hs
{-# LANGUAGE ExplicitNamespaces #-}
module Refact.Apply
( runRefactoring
, applyRefactorings
-- * Support for runPipe in the main process
, Verbosity(..)
, rigidLayout
, removeOverlap
, refactOptions
, type Errors
, onError
, mkErr
) where
import Refact.Internal