ChrisMarinos / FSharpKoans

A simple, fun, and interactive way to learn the F# language through testing.
Other
1.28k stars 671 forks source link

Return a more consistent error message for type assertions. #78

Closed sgoodgrove closed 6 years ago

sgoodgrove commented 6 years ago

Regarding issue #71 modify Helper.fs to give an error message that is consistent with those from "__" fields.

normanhh3 commented 6 years ago

Looks good!

ChrisMarinos commented 6 years ago

Works for me- a simple fix to make the message cleaner!