packages feed

haskell-tools-builtin-refactorings-1.0.0.0: test/ExtensionOrganizerTest/ViewPatternsTest/InMatchLhs.hs

{-# LANGUAGE ViewPatterns #-}

module InMatchLhs where

f (id -> [])   = () {-* ViewPatterns *-}
f (id -> x:xs) = () {-* ViewPatterns *-}