query
On this page

mkFixStrictness

lib.mkFixStrictness

Docs pulled from | This Revision | 10 minutes ago


The identity function For when you need a function that does “nothing”.

Inputs

x

The value to return

Type

id :: a -> a
(lib.trivial.id)

Noogle detected

Aliases

Implementation

The following is the current implementation of this function.

id = x: x;