cons: Returns TRUE iff the parameter is an empty list

View source: R/Data.List.r

consR Documentation

Returns TRUE iff the parameter is an empty list

Description

cons :: a -> [a] -> [a]

Usage

cons(x, xs)

Arguments

x

element

xs

list


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