ormolu-0.1.3.1: A formatter for Haskell source code
Safe HaskellSafe-Inferred
LanguageHaskell2010

Ormolu.Processing.Common

Description

Common definitions for pre- and post- processing.

Synopsis

Documentation

data OrmoluState Source #

Ormolu state.

Constructors

OrmoluEnabled

Enabled

OrmoluDisabled

Disabled

Instances

Instances details
Eq OrmoluState Source # 
Instance details

Defined in Ormolu.Processing.Common

Show OrmoluState Source # 
Instance details

Defined in Ormolu.Processing.Common

startDisabling :: IsString s => s Source #

Marker for the beginning of the region where Ormolu should be disabled.

endDisabling :: IsString s => s Source #

Marker for the end of the region where Ormolu should be disabled.