Skip to content

Comment in first line of definition (after equal sign) #735

@bfrk

Description

@bfrk

Problem

This is similar (and probably related) to #474, only with = instead of do:

Input haskell

val =
  -- comment
  some code

Expected output haskell (identical to input)

val =
  -- comment
  some code

Actual output haskell

val
  -- comment
 = some code

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions