K : 'a -> 'b -> 'a
SYNOPSIS
Forms a constant function:
(K x) y
=
x
.
FAILURE CONDITIONS
Never fails.
SEE ALSO
C
,
F_F
,
I
,
o
,
W
.