79737579

Date: 2025-08-17 01:08:50
Score: 1
Natty:
Report link

Add this to your .ghci:

:set -XFlexibleInstances
instance {-# INCOHERENT #-} Show [Char] where show s = "\"" ++ s ++ "\""
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: L29Ah