summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T14128Main.hs
blob: 9407606c1de851252a21c975982607d32ef490c4 (plain)
1
2
3
4
5
6
7
8
9
10
module T14128Main where

import T14128

-- Overview:
--   * T14128Main is imports T14128
--   * T14128Type defines datatype MyType
--   * T14128 has a boot file and defines a orphan Show instance; it SOURCE
--     imports T14128
--   * T14128a has a boot file which SOURCE imports T14128