Skip to content

Instantly share code, notes, and snippets.

@Lysxia
Created December 12, 2018 02:20
Show Gist options
  • Select an option

  • Save Lysxia/adf2ce85a36f27c5114848661f70f822 to your computer and use it in GitHub Desktop.

Select an option

Save Lysxia/adf2ce85a36f27c5114848661f70f822 to your computer and use it in GitHub Desktop.
{-# LANGUAGE FlexibleInstances #-}
instance {-# OVERLAPPING #-} Show String where
show = id
test :: Show a => [a] -> String
test = show
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment