If You Must Learn Haskall ( Part 2 )

Haskell checks type at compile time, preventing programs from crashing.

  • Recall: Haskell has Type Inference.

    • Allowing us to write general functions that work for arbitrary types !

Last updated