Skip to content

Commit

Permalink
Merge branch 'main' into wysiwys/docker-c-extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
wysiwys authored Feb 10, 2025
2 parents 976720d + 02e7788 commit 84f163a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ let t_VerificationError_cast_to_repr (x: t_VerificationError) =
match x <: t_VerificationError with
| VerificationError_MalformedHintError -> mk_isize 0
| VerificationError_SignerResponseExceedsBoundError -> mk_isize 1
| VerificationError_CommitmentHashesDontMatchError -> mk_isize 3
| VerificationError_VerificationContextTooLongError -> mk_isize 6
| VerificationError_CommitmentHashesDontMatchError -> mk_isize 2
| VerificationError_VerificationContextTooLongError -> mk_isize 3

[@@ FStar.Tactics.Typeclasses.tcinstance]
assume
Expand Down

0 comments on commit 84f163a

Please sign in to comment.