Skip to content

Too many spaces in error message #2015

Description

@rl-king

Quick Summary:
Having duplicate arguments in a function head will render a lot of spaces in the error message.

SSCCE

module Main exposing (main)

main x x =
    ()
  • Elm: 0.19.1
  • Operating System: macOS 10.14.6 / terminal.app

Additional Details

Same as #2012

Had this issue with the following code after it crashed emacs flycheck.

update msg ((State state_) as state_) =

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions