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