summaryrefslogtreecommitdiff
path: root/testsuite/tests/plugins/PluginFilteredExport.hs
blob: 6dd62d33ff8838bfed8aefc09f910b533d0132c9 (plain)
1
2
3
4
5
6
7
8
{-# OPTIONS_GHC -fplugin Simple.RemovePlugin #-}
{-# OPTIONS_GHC -fplugin-opt Simple.RemovePlugin:map #-}
{-# OPTIONS_GHC -fplugin-opt Simple.RemovePlugin:typecheck #-}
-- testing that the plugin can alter the parsed representation
module PluginFilteredExport where

map :: ()
map = ()