Skip to content

Instantly share code, notes, and snippets.

@adrianparvino
Created August 22, 2017 14:37
Show Gist options
  • Save adrianparvino/f590dfa112b98aa399b0b881f0249672 to your computer and use it in GitHub Desktop.
Save adrianparvino/f590dfa112b98aa399b0b881f0249672 to your computer and use it in GitHub Desktop.
(a, b) <= (a', b')
| a /= a' = error "Incomparable"
| otherwise = b <= b'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment