| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.Haskell.Stylish.Step.Imports
Documentation
data ImportAlign Source #
Instances
| Eq ImportAlign Source # | |
Defined in Language.Haskell.Stylish.Step.Imports | |
| Show ImportAlign Source # | |
Defined in Language.Haskell.Stylish.Step.Imports Methods showsPrec :: Int -> ImportAlign -> ShowS # show :: ImportAlign -> String # showList :: [ImportAlign] -> ShowS # | |
Constructors
| NewLine | |
| WithModuleName | |
| WithAlias | |
| AfterAlias | |
| Repeat |
data LongListAlign Source #
Constructors
| Inline | |
| InlineWithBreak | |
| InlineToMultiline | |
| Multiline |
Instances
| Eq LongListAlign Source # | |
Defined in Language.Haskell.Stylish.Step.Imports Methods (==) :: LongListAlign -> LongListAlign -> Bool # (/=) :: LongListAlign -> LongListAlign -> Bool # | |
| Show LongListAlign Source # | |
Defined in Language.Haskell.Stylish.Step.Imports Methods showsPrec :: Int -> LongListAlign -> ShowS # show :: LongListAlign -> String # showList :: [LongListAlign] -> ShowS # | |
data EmptyListAlign Source #
Constructors
| Inherit | |
| RightAfter |
Instances
| Eq EmptyListAlign Source # | |
Defined in Language.Haskell.Stylish.Step.Imports Methods (==) :: EmptyListAlign -> EmptyListAlign -> Bool # (/=) :: EmptyListAlign -> EmptyListAlign -> Bool # | |
| Show EmptyListAlign Source # | |
Defined in Language.Haskell.Stylish.Step.Imports Methods showsPrec :: Int -> EmptyListAlign -> ShowS # show :: EmptyListAlign -> String # showList :: [EmptyListAlign] -> ShowS # | |
data ListPadding Source #
Constructors
| LPConstant Int | |
| LPModuleName |
Instances
| Eq ListPadding Source # | |
Defined in Language.Haskell.Stylish.Step.Imports | |
| Show ListPadding Source # | |
Defined in Language.Haskell.Stylish.Step.Imports Methods showsPrec :: Int -> ListPadding -> ShowS # show :: ListPadding -> String # showList :: [ListPadding] -> ShowS # | |