haskell-tools-refactor-1.0.1.1: examples/Module/ExportModifiers.hs
{-# LANGUAGE ExplicitNamespaces, PatternSynonyms #-}
module Module.ExportModifiers (type Maybe, pattern Maybe) where
pattern Maybe = 42
{-# LANGUAGE ExplicitNamespaces, PatternSynonyms #-}
module Module.ExportModifiers (type Maybe, pattern Maybe) where
pattern Maybe = 42