uncurry: Function to apply a tuple to a function. Makes a function...

View source: R/Data.Tuple.r

uncurryR Documentation

Function to apply a tuple to a function. Makes a function taking a tuple instead of two parameters.

Description

uncurry :: (a -> b -> c) -> ((a, b) -> c)

Usage

uncurry(f)

Arguments

f

function taking 2 parameters


schnecki/rhaskell documentation built on Oct. 30, 2022, 10:23 a.m.