grapes-o-grapes: Function composition

Description Usage Arguments Details Value

Description

Function composition

Usage

1
f %o% g

Arguments

f

A function with arity 1

g

A function with arity 1

Details

%o% :: (a -> b) -> (c -> a) -> (c -> b)

Value

A function with arity 1 resulting from composing f and g.


argent0/functional documentation built on May 10, 2019, 1:26 p.m.