K

Lib.K : 'a -> 'b -> 'a

Forms a constant function: K x y = x.

Failure

Never fails.

See also

Lib.##, Lib.C, Lib.I, Lib.S, Lib.W