Skip to content

Instantly share code, notes, and snippets.

@Gryff
Created February 21, 2019 11:20
Show Gist options
  • Save Gryff/d9a71131fa7f3952fb2ebae32b761099 to your computer and use it in GitHub Desktop.
Save Gryff/d9a71131fa7f3952fb2ebae32b761099 to your computer and use it in GitHub Desktop.
areTheseEqual :: a -> a -> Bool
areTheseEqual a b = a == b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment