this repo has no description
at main 22 lines 527 B view raw
1(* Link *) 2 3open Odoc_model 4 5val signature : 6 Env.t -> Paths.Identifier.Signature.t -> Lang.Signature.t -> Lang.Signature.t 7(** For testing purpose. May call [Lookup_failures.report]. *) 8 9val link : 10 filename:string -> 11 Env.t -> 12 Lang.Compilation_unit.t -> 13 Lang.Compilation_unit.t Error.with_warnings 14 15val resolve_page : 16 filename:string -> Env.t -> Lang.Page.t -> Lang.Page.t Error.with_warnings 17 18val resolve_impl : 19 filename:string -> 20 Env.t -> 21 Lang.Implementation.t -> 22 Lang.Implementation.t Error.with_warnings