Skip to content

v1.1.0

Choose a tag to compare

@trefis trefis released this 22 May 16:50
· 21 commits to master since this release

v1.1.0

  • class types: fix rendering, they were previously rendered as classes.
    cf. ocaml/odoc#72

  • place docstring above include not below

  • handle substitutions on first class modules
    cf. ocaml/odoc#75

  • switch to jbuilder

  • use "display type" to render canonical modules as "module Foo : sig .. end"
    instead of "module Foo = Foo" (which was confusing)