Skip to content

Change in let-formatting #1301

@sjakobi

Description

@sjakobi

96921f0 changed the formatting of some let-expressions:

What was previously formatted as

let attribute
    : Text → Text → { mapKey : Text, mapValue : Text }
    = λ(key : Text) → λ(value : Text) → { mapKey = key, mapValue = value }

in  attribute

is now formatted as

let attribute
    : Text → Text → { mapKey : Text, mapValue : Text } =
    λ(key : Text) → λ(value : Text) → { mapKey = key, mapValue = value }

in  attribute

Personally I think the old formatting was a bit nicer.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions