packages feed

haskell-tools-builtin-refactorings-1.0.1.1: test/ExtensionOrganizerTest/MultiWayIfTest/InTupSecElem.hs

{-# LANGUAGE MultiWayIf,
             TupleSections
             #-}

module InTupSecElem where

f = (,if | True -> 0 | False -> 1) {-* MultiWayIf, TupleSections *-}