F# interface inheritance failure due to unit

This looks like a nasty corner-case in the F# language, but I’m not sure if it qualifies as a by-design limitation or a bug in the compiler. If it is by design limitation, then the error message should say that (because currently, it doesn’t make much sense). Anyway, the problem is that the F# compiler … Read more