aliquote.org

December 5, 2019

Nulls are the most talked about example when it comes to the benefits of strongly-typed functional programming, and indeed being able to use your function parameters immediately without having to do any null checking at all is very nice. — How does Haskell make your life easier