diff options
author | Son Ho | 2022-05-06 10:35:28 +0200 |
---|---|---|
committer | Son Ho | 2022-05-06 10:35:28 +0200 |
commit | 44903dc2da42aa1977be4bbaae36b9d5cb7c70c1 (patch) | |
tree | 57a8dbe39a3d45403d961260cc01305a5ddffd07 /tests | |
parent | 61dfbf38e22a5ba1f90ab8246b93b972d881c3b3 (diff) |
Regenerate the F* for external.rs
Diffstat (limited to 'tests')
-rw-r--r-- | tests/misc/External.Funs.fst | 2 | ||||
-rw-r--r-- | tests/misc/External.Opaque.fsti | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/misc/External.Funs.fst b/tests/misc/External.Funs.fst index 0ad40b00..c85ebf64 100644 --- a/tests/misc/External.Funs.fst +++ b/tests/misc/External.Funs.fst @@ -36,7 +36,7 @@ let swap_back (t : Type0) (x : t) (y : t) (st : state) : result (t & t) = (** [external::test_new_non_zero_u32] *) let test_new_non_zero_u32_fwd (x : u32) (st : state) : result (state & core_num_nonzero_non_zero_u32_t) = - begin match core_num_nonzero_non_zero_u32_14_new_fwd x st with + begin match core_num_nonzero_non_zero_u32_new_fwd x st with | Fail -> Fail | Return (st0, opt) -> begin match diff --git a/tests/misc/External.Opaque.fsti b/tests/misc/External.Opaque.fsti index b13a46eb..b8240cc3 100644 --- a/tests/misc/External.Opaque.fsti +++ b/tests/misc/External.Opaque.fsti @@ -16,7 +16,7 @@ val core_mem_swap_back0 (t : Type0) : t -> t -> state -> result t val core_mem_swap_back1 (t : Type0) : t -> t -> state -> result t (** [core::num::nonzero::NonZeroU32::{14}::new] *) -val core_num_nonzero_non_zero_u32_14_new_fwd +val core_num_nonzero_non_zero_u32_new_fwd : u32 -> state -> result (state & (option core_num_nonzero_non_zero_u32_t)) (** [core::option::Option::{0}::unwrap] *) |