summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T14149.hs
blob: c23d41534211e79aba4392272a314d30f3638b79 (plain)
1
2
3
4
5
6
7
8
{-# OPTIONS_GHC -fdefer-out-of-scope-variables #-}

module Foo where

import Data.Coerce

f :: Bool
f = coerce (k :: Int)