Fix for the HTML documentation
This release fixes:
-
A missing import in the docs showing how to produce an index file for the HMTL reporter.
-
More importantly, a proper output for HTML docs. Many pieces of HTML were duplicated due a fun bug involving the natural transformation of
IdtoAction. I don't know yet what is the most lawful fix: makingIdlazy (equivalent to() => X) or doing what I did and making theNaturalTransformation.applyparameter lazy. Anyway this fixes this issue!