Module docstring
{"# Order-connected sets
We say that a set s : Set α is OrdConnected if for all x y ∈ s it includes the
interval [[x, y]]. If α is a DenselyOrdered ConditionallyCompleteLinearOrder with
the OrderTopology, then this condition is equivalent to IsPreconnected s. If α is a
LinearOrderedField, then this condition is also equivalent to Convex α s.
In this file we prove that intersection of a family of OrdConnected sets is OrdConnected and
that all standard intervals are OrdConnected.
"}