haskell-tools-builtin-refactorings-1.0.0.0: test/ExtensionOrganizerTest/TupleSectionsTest/InPattern.hs
{-# LANGUAGE TupleSections,
ViewPatterns
#-}
module InPattern where
f (fst . (,0) -> []) = () {-* TupleSections, ViewPatterns *-}
f (fst . (,0) -> ys) = () {-* TupleSections, ViewPatterns *-}