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
-
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