Fixup misspelled data-type name
parent
084125eed3
commit
e04b90e4c8
|
@ -16,7 +16,7 @@ import Language.Haskell.Brittany.Internal.Types
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
data PlanneSpace
|
data PlannedSpace
|
||||||
= PlannedNone
|
= PlannedNone
|
||||||
| PlannedSameline Int
|
| PlannedSameline Int
|
||||||
| PlannedNewline Int
|
| PlannedNewline Int
|
||||||
|
@ -45,7 +45,7 @@ data LayoutState = LayoutState
|
||||||
-- on the first indented element have an
|
-- on the first indented element have an
|
||||||
-- annotation offset relative to the last
|
-- annotation offset relative to the last
|
||||||
-- non-indented element, which is confusing.
|
-- non-indented element, which is confusing.
|
||||||
, _lstate_plannedSpace :: PlanneSpace
|
, _lstate_plannedSpace :: PlannedSpace
|
||||||
-- , _lstate_isNewline :: NewLineState
|
-- , _lstate_isNewline :: NewLineState
|
||||||
-- -- captures if the layouter currently is in a new line, i.e. if the
|
-- -- captures if the layouter currently is in a new line, i.e. if the
|
||||||
-- -- current line only contains (indentation) spaces.
|
-- -- current line only contains (indentation) spaces.
|
||||||
|
|
Loading…
Reference in New Issue