Skip to content

Instantly share code, notes, and snippets.

@LukaHorvat
Created December 3, 2014 09:05
Show Gist options
  • Select an option

  • Save LukaHorvat/f531edce0048a53a790e to your computer and use it in GitHub Desktop.

Select an option

Save LukaHorvat/f531edce0048a53a790e to your computer and use it in GitHub Desktop.
class Equal x y b | x y -> b
instance Equal x x True
instance Not True b => Equal x y b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment