yminsky opened this issue 3 years ago · 1 comments
For a source snippet (from the guided tour) that looks like this:
# let divide x y = if y = 0 then None else Some (x / y);; val divide : int -> int -> int option = <fun>
The rendered code looks like this:
the web page has the same problem.
Just wanted to highlight that this is still an issue, but in the latest version, I see the problem in the pdf but not the website. Note that this example is from the Records chapter.
First, PDF:
Second, web: