package mdx

  1. Overview
  2. Docs
type t =
  1. | Shell of [ `Sh | `Bash ]
  2. | OCaml
  3. | Other of string
val pp : Format.formatter -> t -> unit
val of_string : string -> t option
val infer_from_file : string -> t option