packages feed

haskell-tools-builtin-refactorings-1.0.0.0: test/ExtensionOrganizerTest/TupleSectionsTest/InRhs.hs

{-# LANGUAGE TupleSections #-}

module InRhs where

f [] = (0,)    {-* TupleSections *-}
f x  = (0,)    {-* TupleSections *-}