use crateDot;
/// The rejected outcome of [`Dotted::try_new`](super::Dotted::try_new): the
/// store carries a dot the context does not cover, so the parts do not form an
/// honest pair and nothing was built.
///
/// The witness names the first such dot in ascending [`Dot`] order: the
/// material a caller needs to decide whether the parts were mis-assembled (a
/// delta built against the wrong context) or the foreign side is lying about
/// its past.
///
/// The witness is evidence about a *held* identity, never a refused raw
/// coordinate, so it carries a [`Dot`] rather than the parts (ruling R-91).