Skip to content

Fix linear types in TH splices (#18465)

Krzysztof Gogolewski requested to merge tweag/ghc:wip/18465-linear-th into master

Template Haskell splices f x = [| Just $x |] were wrongly marked as linear.

Merge request reports