Skip to content

Fix TemplateHaskell pretty printer for CompleteP

Ole requested to merge vapourismo/ghc:th-ppr-completep into master

The COMPLETE pragma was not properly terminated with a #-}.

This results in incomplete pragmas:

{-# COMPLETE Hello :: World
Edited by Ole

Merge request reports