blob: 87bcb9b3ff703bf34c7f1125dd2b74e24575293d (
plain)
1
2
3
4
5
6
7
|
T17164.hs:(12,2)-(14,7): Splicing declarations
[d| type T :: forall k -> k -> Type
type family T :: forall k -> k -> Type |]
======>
type T :: forall k -> k -> Type
type family T :: forall k -> k -> Type
|