Skip to content

Fix quoting 'type data' declarations

Krzysztof Gogolewski requested to merge wip/quote-typedata into master

The quote [d|type data T|] was ignoring the type data flag and giving the same result as [d|data T|].

Instead, we now fail, until support for type data in TH is implemented.

Merge request reports