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

import GHC.Plugins

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

plugin :: Plugin
plugin = defaultPlugin