Skip to content

haskell-indent-mode does not complete function name when using Unicode Symbols #951

Open
@rongcuid

Description

@rongcuid

For example, I have:

main :: IO()

When I on the second line twice, the function name main is completed IF I use ASCII symbols above. However, if I use Unicode symbols:

main ∷ IO ()

That functionality won't work. Also, If I break the argument list to multiple lines:

f :: a
  -> b

This functionality does not work

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions