write abstract method
writes the partial to the target file
Implementation
FileWriteResult write({
required Iterable<Partial> partials,
required Set<Variable> outOfFileVariables,
});
writes the partial to the target file
FileWriteResult write({
required Iterable<Partial> partials,
required Set<Variable> outOfFileVariables,
});