grapes-.-grapes: Standard math. function composition: '(f %.% g)(x) ==...

%.%R Documentation

Standard math. function composition: (f %.% g)(x) == f(g(x))

Description

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

Usage

f %.% g

Arguments

f

function

g

function


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