haskell-tools-refactor-1.0.1.1: 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)