summaryrefslogtreecommitdiff
path: root/testsuite/tests/printer/StarBinderAnns.hs
blob: 4b69f44d66cf1780525add8e5de0227034acdf33 (plain)
1
2
3
4
5
6
{-# LANGUAGE TypeOperators, TypeFamilies #-}
{-# OPTIONS -Wno-star-is-type #-}

module X (type (X.*)) where

type family (*) a b where { (*) a b = Either b a }