packages feed

haskell-tools-refactor-1.0.1.1: examples/Expr/TupleSections.hs

{-# LANGUAGE TupleSections #-}
module Expr.TupleSections where

f1 = (1,,)
f2 = (,1)

x = (,("x", []))