// We don't show these nodes in the output since every right most node is 'false' and every bottom node is 'true'.
// or in our terms empty_set and empty_vector. However, if the LDD itself is 'false' or 'true' we just show the single
fn print_node(storage: &Storage, f: &mut fmt::Formatter<'_>, marked: &mut HashSet<Ldd>, ldd: &Ldd) -> fmt::Result {