Skip to content

Instantly share code, notes, and snippets.

@maoe
Created December 27, 2014 17:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maoe/57a4346eb36aee159916 to your computer and use it in GitHub Desktop.
Save maoe/57a4346eb36aee159916 to your computer and use it in GitHub Desktop.
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE UndecidableInstances #-} -- GHC 7.6 needs this but GHC 7.8 does not
module Undecidable where
class a ~ a => C a
instance a ~ a => C a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment