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

The default exported bitwise operators in module XMonad #131

Closed
1 task
petercommand opened this issue Aug 13, 2017 · 1 comment
Closed
1 task

The default exported bitwise operators in module XMonad #131

petercommand opened this issue Aug 13, 2017 · 1 comment

Comments

@petercommand
Copy link

petercommand commented Aug 13, 2017

Problem Description

When I was trying to perform bitwise AND, I found out that the module XMonad only exports (.|.) but not the other bitwise operators (like bitwise AND).
I think the common bitwise operators from Data.Bits should also be exported. (But perhaps not all of them). Since the bitwise OR operator is exported, I would expect the other common bitwise operators to be exported from the same module.

Checklist

@liskin
Copy link
Member

liskin commented Jul 25, 2021

I'd be wary of exporting more symbols from XMonad, especially stuff that few people need and can easily be imported explicitly. Let me just close this for now. If you do believe this should indeed be exported, and can convince us that it's a good idea, feel free to open a PR.

@liskin liskin closed this as completed Jul 25, 2021
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