interval, and draw a triangle underneath:
---[---]---
\ \ / /
\ . /
\ /
\ /
_|_
Every point in the triangle represents a closed interval. At the top is
a copy of the real numbers in the form of singleton intervals, the
"total" elements. Every point underneath is a proper interval,
representing everything reachable by "fanning out" upward from that
point. This may be a model for e.g. interval arithmetic, where
computing a more precise result means moving up in the triangular
domain of intervals. Directed suprema (results of recursive
computations) in this domain are nested intersections of intervals.
Existence of these directed suprema is equivalent to the uniqueness and
non-emptyness of the nested intersections, which again is guaranteed by
the two topological properties "Hausfdorff" and "compactness" of the
closed real interval.
A treasure trove of smart little Haskell programs is
Martín Escardó's so-called Barbados notes, number 46 in https://www.cs.bham.ac.uk/~mhe/papers/index.html