Skip to content

Unicode function symbol and data types #811

Closed
@asr

Description

@asr

Let's suppose I want to create a data type Foo with two constructors C1 and C2, so I start to type

{-# LANGUAGE UnicodeSyntax #-}

data Foo = C1 (Int  Int)

then when I press the enter key after ) I get the error

Illegal token : →

Haskell-mode version: 20150809.2327

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