max
lib.max
Docs pulled from | This Revision | 10 minutes ago
Noogle detected
Implementation
The following is the current implementation of this function.
max = x: y: if x > y then x else y;
The following is the current implementation of this function.
max = x: y: if x > y then x else y;