module Intersect:sig
..end
type
t = {
|
params : |
(* |
Catch-all list of parameters to be concatted
together and passed to the command.
| *) |
|
with_headers : |
(* |
The header of A will be prepended to the
output.
-header . | *) |
|
unique_features : |
(* |
Write the original A entry one if any
overlaps found in B.
| *) |
val default : t
val render : t -> string