summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T8149.hs
blob: 7bd35199dc1562f6fd86443ebaabb9ee4c1e5dea (plain)
1
2
3
4
5
6
7
8
9
{-# OPTIONS_GHC -Wall #-}

module T8149 where

import Control.Monad.Trans.Writer (WriterT, runWriterT)

foo :: Bool
foo = runWriterT `seq` True