Hi there! I'm trying to generate a list of 10-20 most recent events in Canopy. These events would be changes done to Articles (modifications, deletions, additions). I'd like to get the changes introduced by each commit from latest to the earliest. How do I do that in Irmin?
Will `Irmin.View.diff` help me do the above? If so, how do I get a type `t` that it expects as its first 2 arguments? What is `t` in that context? https://github.com/mirage/irmin/blob/master/lib/ir_view.mli#L42 Btw, what are open-source projects that are great examples of how to use Irmin? Cheers! Gabe Jaldon
_______________________________________________ MirageOS-devel mailing list [email protected] https://lists.xenproject.org/cgi-bin/mailman/listinfo/mirageos-devel
