-
Notifications
You must be signed in to change notification settings - Fork 90
Monomorphic and/or #14
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
Comments
I think that sounds like a good idea. I'm fine keeping |
I don't think there are any monomorphic operators now, so why would I guess I don't mind though, we could use |
True - in particular, given |
Looks like it has confused at least one person before: http://ircbrowse.net/browse/purescript?events_page=103 |
That's down to |
And really it's a problem because of not inferring constraints 😉 |
Ah, of course. Ok - never mind then. |
Prepare for 2.0 release
Lattice
does look really nice, but the absence of and / or functions specialized toBoolean
does worry me a little. Given that it could make error messages harder to understand, and also given that Boolean and / or are arguably common enough that they deserve their own operators, would you consider specializing(&&)
and(||)
toBoolean
values, and finding some other symbols forsup
andinf
?The text was updated successfully, but these errors were encountered: