I’m aware of ppxlib/examples at main · ocaml-ppx/ppxlib · GitHub but I’m looking for something with more than 2 examples.
My favorite resource for learning Rust was Introduction - Rust By Example where instead of reading the manual, one types in < 500 line examples for each language feature.
I am wondering if there is a similar resource for ppxlib, where instead of trying to digest the manual upfront, the resource provides lots of < 500 line example showcasing features of ppxlib.