hdiff
packages
feed
haskell-tools-refactor
-0.4.1.1: examples/Expr/TupleSections.hs
{-# LANGUAGE TupleSections #-} module Expr.TupleSections where f1 = (1,,) f2 = (,1)