I discovered the following (rather unneeded) syntax:
module M = unpack(module(Cleanup): PipelineStep with type state = t)
M.do
This fails to parse (and its actually valid). A simple workaround is to change the code to Cleanup.do; but I'm preparing a PR.
I discovered the following (rather unneeded) syntax:
This fails to parse (and its actually valid). A simple workaround is to change the code to
Cleanup.do; but I'm preparing a PR.