Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable Unicode arrows and other special characters #126

Open
erszcz opened this issue Jan 12, 2018 · 1 comment
Open

Disable Unicode arrows and other special characters #126

erszcz opened this issue Jan 12, 2018 · 1 comment

Comments

@erszcz
Copy link

erszcz commented Jan 12, 2018

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?

@coot
Copy link
Collaborator

coot commented Mar 11, 2018

Not as far as I know. It has been bothering me too, but not enough to write a patch...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants