Gratian Plume
Gratian Plume
> What is expected behavior, a compile error or a result? return a `string` and don't cast it to `int` with a magic value, and let it be a compile...
> I think this is expected. In your code, you're telling the compiler to infer to the types for `plus'` and there are two candidates that could satisfy the constraint....
I know how it is caused, The following user code can avoid this bug: ``` module Thing = let error() = let f _ _ _ ((stateA, resultA)) ((stateB, resultB))...