realworldocaml / examples

All the examples in Real World OCaml
The Unlicense
376 stars 81 forks source link

Fix several signature mismatches #39

Open siburu opened 9 years ago

siburu commented 9 years ago

Especially, the following errata seems not trivial to me.

CURRENT class ['a] stack : object

THIS PR class ['a] stack : 'a list -> object