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
Id
toAction
. I don't know yet what is the most lawful fix: makingId
lazy (equivalent to() => X
) or doing what I did and making theNaturalTransformation.apply
parameter lazy. Anyway this fixes this issue!