Module Dune_util.Ml_kindSource

Sourcetype t =
  1. | Impl
  2. | Intf
Sourceval all : t list
Sourceval choose : t -> impl:'a -> intf:'a -> 'a
Sourceval suffix : t -> string

"" or "i"

Sourceval to_string : t -> string
Sourceval to_dyn : t -> Stdune.Dyn.t
Sourceval cmt_ext : t -> string
Sourcemodule Dict : sig ... end