Skip to content

Disable Unicode arrows and other special characters #126

@erszcz

Description

@erszcz

When I use :PaddType the inferred type signatures often look like this:

accumulate ::  t1 t2 t3. t1  t2  t3  t2

While I'd much rather they looked like this, i.e. sticked to ASCII:

accumulate :: forall t1 t2 t3. t1 -> t2 -> t3 -> t2

I'm not enough of an aesthete to bother with configuring my editor or input system to substitute these characters in place of my keyboard input, but I value consistency - since I'd not type them, I don't want them generated automatically.

Is it possible to tune the output of purs or psc-ide accordingly?

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