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