[Question][Hw4] Usage and meaning of order #375
Replies: 4 comments
-
It is obviously the same as the following definition: if the two elements are ordered, then true. Otherwise false. |
Beta Was this translation helpful? Give feedback.
0 replies
-
So does it mean |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for the reply! |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
In each modules
Sign
andInterval
, there are functionsorder
andcmp
. I believecmp
is for comparison between integers andorder
is for ordering between abstract elements. However, I couldn't figure out what the output should be if two elements are not in a single chain.Beta Was this translation helpful? Give feedback.
All reactions