blob: 0b0f7058230327f43cb3dd9a3e0764faaf3166d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
T5883.hs:1:1: Splicing declarations
[d| data Unit = Unit
instance Show Unit where
show _ = ""
{-# INLINE show #-} |]
======>
T5883.hs:(7,4)-(12,4)
data Unit = Unit
instance Show Unit where
{-# INLINE show #-}
show _ = ""
|