Skip to content

Indentation level is missing for deriving keyword #1154

Closed
@issue-dispenser

Description

@issue-dispenser

As defined here:

data  Maybe a  =  Nothing | Just a
  deriving (Eq, Ord)

There's no indentation level that will result in the deriving being 2 spaces. It'll only do this:

data  Maybe a  =  Nothing | Just a
               deriving (Eq, Ord)

Metadata

Metadata

Assignees

No one assigned

    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