You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Static Type Check -
Animation to show expression type being known at compile-time vs run-time. Show that errors are found before running.
Show examples of type inference that Haskell automatically does. Show how this helps out the programmer by suggesting more concise code. Illustrate type signature example for Triple function and subsequent examples with error and polymorphism reference.
The text was updated successfully, but these errors were encountered:
Static Type Check -
Animation to show expression type being known at compile-time vs run-time. Show that errors are found before running.
Show examples of type inference that Haskell automatically does. Show how this helps out the programmer by suggesting more concise code. Illustrate type signature example for Triple function and subsequent examples with error and polymorphism reference.
The text was updated successfully, but these errors were encountered: