summaryrefslogtreecommitdiff
path: root/testsuite/tests/plugins/rule-defining-plugin/RuleDefiningPlugin.hs
blob: ad6657129c282153e317a9b01583c3f598a1d6c2 (plain)
1
2
3
4
5
6
7
8
module RuleDefiningPlugin where

import GhcPlugins

{-# RULES "unsound" forall x. show x = "SHOWED" #-}

plugin :: Plugin
plugin = defaultPlugin