summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/driver/recomp006/B1.hs
blob: aed449262f0e9d6023215258d9d88993e7b9a22d (plain)
1
2
3
4
5
6
7
8

{-# LANGUAGE TypeOperators #-}

module B where

infixr 9 :-

type a :- b = (a,b)