haskell-tools-refactor-0.6.0.0: examples/Module/Imported.hs
{-# LANGUAGE TypeOperators #-}
module Module.Imported where
infixr 8 :-
-- | A stack datatype. Just a better looking tuple.
data a :- b = a :- b deriving (Eq, Show)
{-# LANGUAGE TypeOperators #-}
module Module.Imported where
infixr 8 :-
-- | A stack datatype. Just a better looking tuple.
data a :- b = a :- b deriving (Eq, Show)