Closed
Description
Pervasives.max on a float type uses Primitive_bool.max in rescript 12
let a = 5.0
let b = 6.0
let m = max(a, b)
JavaScript
Output
Problems
Settings
// Generated by ReScript, PLEASE EDIT WITH CARE
import * as Primitive_bool from "./stdlib/Primitive_bool.js";
let m = Primitive_bool.max(5.0, 6.0);
let a = 5.0;
let b = 6.0;
export {
a,
b,
m,
}
/* No side effect */
Metadata
Metadata
Assignees
Labels
No labels