jon.recoil.org

Module Odoc_loaderSource

Sourcetype make_root = module_name:string -> digest:Stdlib.Digest.t -> (Odoc_model.Root.t, [ `Msg of string ]) Stdlib.result
Sourceval wrap_errors : filename:string -> (unit -> 'a) -> 'a Odoc_model.Error.with_errors_and_warnings
Sourceval parse_attribute : Parsetree.attribute -> [ `Text of string * Location.t | `Doc of string * Location.t | `Stop of Location.t | `Alert of string * (string * Location.t) option * Location.t ] option