Noogλe
search input
Function of the day
The identity function For when you need a function that does “nothing”.
Inputs
x
-
The value to return
Type
id :: a -> a
The identity function For when you need a function that does “nothing”.
x
The value to return
id :: a -> a