Skip to content

Commit

Permalink
add a noop () to allow --admit_smt_queries true
Browse files Browse the repository at this point in the history
  • Loading branch information
tahina-pro committed Feb 27, 2024
1 parent 1de447d commit 1692cab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lowparse/steel/LowParse.SteelST.List.Iterator.fsti
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ let list_iterator_parser_kind
(fun _ ->
k.parser_kind_subkind == Some ParserStrong
)
= let _ = list_iterator_strong_of_list_iterator _ _ _ _ in
= noop ();
let _ = list_iterator_strong_of_list_iterator _ _ _ _ in
list_iterator_strong_facts _ _ _ _ _;
list_iterator_of_list_iterator_strong _ _ _ _ _

Expand Down

0 comments on commit 1692cab

Please sign in to comment.