sig
  type t
  type flag = [ `NOCMD | `SHOWERR | `UNDEF ]
  val make : Unix_ext.Wordexp_flags.flag list -> Unix_ext.Wordexp_flags.t
end