package ocaml-webworker

  1. Overview
  2. Docs
type t =
  1. | ML of string
  2. | MLI of string
  3. | CMT of string
  4. | CMTI of string
val name : t -> string
val ext : t -> string
exception Not_found of t
val explain_not_found : ?doc_from:string -> string -> t -> [> `File_not_found of string ]