stylish-haskell-0.5.11.2: Haskell code prettifier

Safe HaskellNone
LanguageHaskell98

Language.Haskell.Stylish

Contents

Synopsis

Run

Steps

imports Source

Arguments

:: Int

columns

-> Align 
-> Step 

languagePragmas Source

Arguments

:: Int

columns

-> Style 
-> Bool

remove redundant?

-> Step 

tabs Source

Arguments

:: Int

number of spaces

-> Step 

unicodeSyntax Source

Arguments

:: Bool

add language pragma?

-> Step 

Data types

data Align Source

Constructors

Global 
File 
Group 
None 

Instances

data Style Source

Constructors

Vertical 
Compact 
CompactLine 

Instances

Helpers

Config

Misc

type Verbose = String -> IO () Source