diff options
Diffstat (limited to 'compiler/hsSyn/PlaceHolder.hs')
-rw-r--r-- | compiler/hsSyn/PlaceHolder.hs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/compiler/hsSyn/PlaceHolder.hs b/compiler/hsSyn/PlaceHolder.hs index c29e8f9cb4..2e195df799 100644 --- a/compiler/hsSyn/PlaceHolder.hs +++ b/compiler/hsSyn/PlaceHolder.hs @@ -142,10 +142,3 @@ type OutputableBndrId id = ( OutputableBndr id , OutputableBndr (NameOrRdrName id) ) - --- |Constraint type to bundle up the requirement for 'HasOccName' on both --- the @id@ and the 'NameOrRdrName' type for it -type HasOccNameId id = - ( HasOccName id - , HasOccName (NameOrRdrName id) - ) |