-
-
Save Lysxia/adf2ce85a36f27c5114848661f70f822 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {-# 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