Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions