Open siddharth-krishna opened 1 year ago
This is the offending script:
let list = [Array.length []] in [if (a > 0.0) then 1.0 else 0.0 | a <- list]
A potentially related script with a confusing message:
I'd expect it to say could not match the type int with double.
could not match the type int with double
This is the offending script:
A potentially related script with a confusing message:
I'd expect it to say
could not match the type int with double
.