ormolu-0.3.0.0: A formatter for Haskell source code
Safe HaskellNone
LanguageHaskell2010

Ormolu.Processing.Preprocess

Description

Preprocessing for input source code.

Synopsis

Documentation

preprocess :: RegionDeltas -> String -> [Either Text RegionDeltas] Source #

Preprocess the specified region of the input into raw snippets and subregions to be formatted.