Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for YAML witness entry type invariant_set #1240

Merged
merged 10 commits into from
Nov 17, 2023
Prev Previous commit
Next Next commit
Reverse YAML invariant_set content
  • Loading branch information
sim642 committed Nov 7, 2023
commit 90e962f53ebf4eb92ef88c5fcf8c6401f118299c
1 change: 1 addition & 0 deletions src/witness/yamlWitness.ml
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ struct
invariants
in

let invariants = List.rev invariants in
let entry = Entry.invariant_set ~task ~invariants in
entry :: entries
)
Expand Down