summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T7851.hs
blob: 686233c5bde36e9e94fd4865611a212dc32e7159 (plain)
1
2
3
4
5
6
module T7851 where

import Control.Monad.Trans.State

bar = do print
         print "Hello"