Skip to content

Commit

Permalink
Add TODO commentary
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaz1502 committed May 30, 2024
1 parent 69fdce0 commit fc54875
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/Templates.ml
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,7 @@ and expand_state_term (g_decls: variable_declarations): unexpanded_parsed_state_

and expand_state_factor (g_decls: variable_declarations) (factor: unexpanded_parsed_state_predicate_factor): parsed_state_predicate_factor =
match factor with
(* TODO: Refactor the next two branches *)
| Unexpanded_Parsed_forall_simple_predicate (index_data, spred) -> begin
let indices = indices_from_forall_index_data g_decls index_data in
(* Here we reverse the list to preserve the order of the index after the fold *)
Expand Down

0 comments on commit fc54875

Please sign in to comment.