Replies: 1 comment 1 reply
-
Does != mean anything in Haskell? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
cv24
makes/=
look same as!=
. while it looks great on haskell project, it might be confusing since those two renders exactly same. here's some approaches:/=
operator to use different glyph, like that of https://github.com/i-tu/Hasklig!=
(cv25?)Beta Was this translation helpful? Give feedback.
All reactions