summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_compile/Uncurry.hs
blob: 130195ffbba9c4d8d52549113445d1da4c780950 (plain)
1
2
3
4
5
{-# LANGUAGE PartialTypeSignatures #-}
module Uncurry where

unc :: (_ -> _ -> _) -> (_, _) -> _
unc = uncurry