static Web parseWeb(S s) { O o = unstructure(s); if (o instanceof CirclesAndLines) ret calToWeb((CirclesAndLines) o); ret (Web) o; }