summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T8570.hs
blob: 4542160ebf4a4b1cb8d3bfdfcce2e7f1aa93d832 (plain)
1
2
3
4
5
6
7
module T8570 where

import T8570a (Image(filepath), logo)
import T8570b (Field(Image))

foo = let Image {filepath = x} = logo in x