packages feed

ghc-plugs-out-2.0.0.0: test-suites/counter-in-turn/Main.hs

{-# OPTIONS_GHC     -fplugin CallCount.Pure.Plugin #-}
{-# OPTIONS_GHC -fplugin-opt CallCount.Pure.Plugin:A #-}
{-# OPTIONS_GHC     -fplugin CallCount.Pure.Plugin #-}
{-# OPTIONS_GHC -fplugin-opt CallCount.Pure.Plugin:B #-}

module Main where

foo :: IO a
foo = undefined

bar :: IO a
bar = undefined

main :: IO ()
main = return ()