sS renderBoolMap(Map map) { ret joinWithComma(concatLists( keysWithValue(true, map), prependAll("not ", keysWithValue(false, map)))); }