Skip to content

Fix for the HTML documentation

Latest
Compare
Choose a tag to compare
@etorreborre etorreborre released this 12 Oct 16:55
· 2 commits to main since this release
846d0a4

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