stylish-haskell-0.9.2.0: Haskell code prettifier

Safe HaskellNone
LanguageHaskell98

Language.Haskell.Stylish

Contents

Synopsis

Run

Steps

simpleAlign Source #

Arguments

:: Int

Columns

-> Config 
-> Step 

imports Source #

Arguments

:: Int

columns

-> Options 
-> Step 

languagePragmas Source #

Arguments

:: Int

columns

-> Style 
-> Bool

Pad to same length in vertical mode?

-> Bool

remove redundant?

-> Step 

tabs Source #

Arguments

:: Int

number of spaces

-> Step 

unicodeSyntax Source #

Arguments

:: Bool

add language pragma?

-> Step 

Helpers

Config

Misc

type Verbose = String -> IO () Source #

type Lines = [String] Source #