summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/prog002/B.hs
blob: 9ce85b4b7f6957654d633c6cfa0585dbde94ad76 (plain)
1
2
3
4
5
6
7
8
9
10
11
{-# LANGUAGE TypeOperators #-}

module B where
import A

a :: Int :+ Float :+ Double
a = undefined

b :: Int
b = case a of (p,q) -> p