static boolean parseBool(S s) {
  return (Boolean) unstructure(s);
}