summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/recomp006/B2.hs
blob: 905b6dbd9a0428654cf775fa6e49ad6d713f107d (plain)
1
2
3
4
5
6
7
8

{-# LANGUAGE TypeOperators #-}

module B where

infixl 9 :-

type a :- b = (a,b)