packages feed

ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/StarBinder.hs

{-# LANGUAGE TypeOperators, TypeFamilies #-}
{-# OPTIONS -Wno-star-is-type #-}

module X (type (X.*)) where

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