map: Map with corrected parameter order. You should only use pure...

View source: R/Data.List.r

mapR Documentation

Map with corrected parameter order. You should only use pure functions! Use @mapM_@ in case of impure functions.

Description

map :: (a -> b) -> [a] -> [b]

Usage

map(f, xs)

Arguments

f

function to apply

xs

list


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