haskell-tools-refactor-0.4.1.1: examples/Type/TypeOperators.hs
{-# LANGUAGE TypeOperators #-}
module Type.TypeOperators where
infixr 6 :+:
data a :+: r = a :+: r
type X = Int :+: Char :+: String{-# LANGUAGE TypeOperators #-}
module Type.TypeOperators where
infixr 6 :+:
data a :+: r = a :+: r
type X = Int :+: Char :+: String