packages feed

haskell-tools-builtin-refactorings-1.0.0.0: test/ExtensionOrganizerTest/LambdaCaseTest/InTupSecElem.hs

{-# LANGUAGE LambdaCase,
             TupleSections
             #-}

module InTupSecElem where

f = (,\case {[] -> ()}) {-* LambdaCase, TupleSections *-}