this repo has no description
1
fork

Configure Feed

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

Fix odoc doc build warnings: Tsig_include annotation, onnxrt refs, fatal warnings

- Fix typedtree_traverse Tsig_include to record ModuleType instead of Module,
resolving Stdlib.Hashtbl.HashedType resolution failure in compile-impl
- Qualify unresolved doc references in onnxrt.mli (e.g. {!run} -> {!Session.run})
- Fix {!type-Tensor.location} disambiguation syntax to {!Tensor.type-location}
- Fix {v ... v} code block indentation in onnxrt.mli
- Enable fatal doc warnings in dune-workspace

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+1 -1
+1 -1
src/loader/typedtree_traverse.cppo.ml
··· 158 158 #endif 159 159 match incl.incl_mod with 160 160 | { mty_desc = Tmty_ident (p, _); _ } -> 161 - poses := (Module p, incl.incl_loc) :: !poses 161 + poses := (ModuleType p, incl.incl_loc) :: !poses 162 162 | _ -> ()) 163 163 | _ -> () 164 164 end