summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail224.hs
blob: d2bddb14d979630d28c8b9a649d6f48ba28417ed (plain)
1
2
3
4
5
6
7
8
module Foo where

import Prelude hiding( Int )

data Int = Int

f :: Int
f = 3