hspretty-0.2.0.0: My opinionated Haskell project formatter.
Safe HaskellSafe-Inferred
LanguageHaskell2010

RunMode

Description

 
Synopsis

Documentation

data RunMode Source #

Running mode: are we only checking, or also formatting?

Constructors

CheckOnly

Only check files (read only).

Format

Format files (read and write).