jonludlam / odoc

Documentation compiler for OCaml and Reason
Other
0 stars 0 forks source link

Substitution compose #3

Closed Julow closed 4 years ago

Julow commented 4 years ago

The first commit is moving code to avoid cross dependencies. The implementation is very naive and to be tested correctly.

This PR is based on top of https://github.com/jonludlam/odoc/pull/2 and the test is still passing.

TODO:

Julow commented 4 years ago

I think this is read for reviews.

Julow commented 4 years ago

I've fixed the type_replacement bug.