blob: ad077d887aa6c785fe387c978257d9e7ca9720a2 (
plain)
1
2
3
4
5
6
|
T15572.hs:7:2-34: Splicing declarations
[d| type AbsoluteUnit1 = '() |] ======> type AbsoluteUnit1 = '()
T15572.hs:8:2-55: Splicing declarations
pure [TySynD (mkName "AbsoluteUnit2") [] (ConT '())]
======>
type AbsoluteUnit2 = '()
|