Skip to content

On reindent, lines with "in" keyword are misaligned #2

Description

@mganjoo

When realigning a block such as the following using "="

loop acc x:xs = let acc' = acc * 10 + digitToIt x
                in loop acc xs

the in is re-aligned with the variable binding on the previous line, not the let.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions