packages feed

ghc-plugs-out-1.0.0.0: plugins/call-count/CallCount/Impure/Plugin.hs

module CallCount.Impure.Plugin (plugin) where

import Plugins (Plugin)
import NoOp.Plugin (mkImpureTcPlugin)
import CallCount.TcPlugin (callCount)

plugin :: Plugin
plugin = mkImpureTcPlugin callCount