min
lib.trivial.min
Docs pulled from | This Revision | about 1 hour 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;