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

make beneath infixl 6 #41

Merged
merged 1 commit into from Aug 6, 2012
Merged

make beneath infixl 6 #41

merged 1 commit into from Aug 6, 2012

Conversation

byorgey
Copy link
Member

@byorgey byorgey commented Aug 5, 2012

While playing with diagrams-ghci, mgsloan and I noticed that beneath did not have the same precedence as <> (or atop). This commit gives beneath the same fixity and precedence as atop, namely, infixl 6.

The only question is why atop is infixl, as opposed to <> which is infixr. I don't remember if I had a good reason for this when I initially gave atop its fixity.

fryguybob added a commit that referenced this pull request Aug 6, 2012
@fryguybob fryguybob merged commit 4514c96 into master Aug 6, 2012
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

Successfully merging this pull request may close these issues.

None yet

2 participants