Skip to content

Add keyboard shortcut to automatically add type signature on function #1

@holoed

Description

@holoed

For example:

let f x = x + 1

Highlight f and press Shift+Alt+~ should produce:

val f :: Num a => a -> a
let f x = x + 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions