module Raw: sig .. end
sig
end
type t = [ `bypass | `code | `ignore | `text ]
[ `bypass | `code | `ignore | `text ]
val str_of_raw_cmd : t -> string
t -> string
val raw_cmd_of_str : string -> t
string -> t
val is_raw_cmd : string -> bool
string -> bool
val default_raw_end : 'a -> string
'a -> string