ocamllabs / 2048-tutorial

OCaml tutorial based on the 2048 game
49 stars 12 forks source link

Introduce polymorphic equality in the notebooks #30

Open yallop opened 10 years ago

yallop commented 10 years ago

The polymorphic part isn't especially important for the tutorial, but we should note that structural equality is spelt = rather than ==.