Skip to content

Commit 032e97f

Browse files
committed
chore: update F*
1 parent 411b021 commit 032e97f

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Comparse.Parser.Derived.fst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,8 +594,10 @@ let ps_quic_nat #bytes #bl =
594594
b_to_a_to_b
595595
#pop-options
596596

597+
#push-options "--z3rlimit 25"
597598
let ps_quic_nat_length #bytes #bl n =
598599
assert_norm(pow2 0 == 1);
599600
assert_norm(pow2 1 == 2);
600601
assert_norm(pow2 2 == 4);
601602
assert_norm(pow2 3 == 8)
603+
#pop-options

0 commit comments

Comments
 (0)