Skip to content

No syntax sugar for multiple functions on single declaration #246

Closed
@fxfactorial

Description

@fxfactorial

The following:

check, checker :: Int -> Int

check x = x + 1
checker y = y + 2

does not give me the normal syntax highlighting that say:

check :: Int -> Int

would. Is this something quick that could be fixed? If someone points me in the right direction, i'd like to try my hand at it.

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