module Benl_compression:sig
..end
type
t
val to_string : t -> string
val of_string : string -> t
val default : t
val is_known : string -> bool
val file_is_compressed : string -> bool
val extension : t -> string
val display_tool : t -> string