package tar-format

  1. Overview
  2. Docs
type t =
  1. | Normal
  2. | Hard
  3. | Symbolic
val to_string : t -> string