let if_first_token_on_line_set_none () = if !next_token_is_first then ( line_indentations := None :: !line_indentations; next_token_is_first := false )