DEV Community

Discussion on: F# Error Handling with 'Result'

Collapse
 
jhewlett profile image
Justin Hewlett • Edited

Yes, it's a compiler error when your types don't line up in the CE. I'm just saying that it's hard to know what you're doing wrong as you're writing it when you get cryptic compiler errors like that.

I'll clarify by changing "error message" to "compiler error"

Collapse
 
shimmer profile image
Brian Berns

Ah, I see. I agree that’s not a helpful compiler error at all. Might even be worth reporting it to the F# team as an issue.