static Set<S> rawIndentsSet(S text) {
  ret mapToSet getLeadingSpaces(lines(text));
}