My aggregated monorepo of OCaml code, automaintained
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge commit '9ab51eed7adc0b3cc3c708917e525e35065af11f'

+2 -2
+2 -2
odoc-msc-extension/src/msc_extension.ml
··· 19 19 *) 20 20 21 21 module Api = Odoc_extension_api 22 - module Block = Odoc_document.Types.Block 23 - module Inline = Odoc_document.Types.Inline 22 + module Block = Api.Block 23 + module Inline = Api.Inline 24 24 25 25 (** MscGen.js CDN URL - the inpage version auto-renders on DOMContentLoaded *) 26 26 let mscgen_js_url = "https://unpkg.com/mscgenjs-inpage@4/dist/mscgen-inpage.js"