pvdrz / pijama_legacy

A functional programming language
MIT License
47 stars 4 forks source link

Change Into to From trait impl #79

Closed DarkDrek closed 4 years ago

DarkDrek commented 4 years ago

One should always prefer implementing From over Into because implementing From automatically provides one with an implementation of Into thanks to the blanket implementation in the standard library.