Skip to content

Commit

Permalink
broadcast use vstd axioms and lemmas for new pcm_lib
Browse files Browse the repository at this point in the history
  • Loading branch information
utaal committed Apr 25, 2024
1 parent 88a933a commit 7244402
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/vstd/pcm_lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ use builtin_macros::*;

verus! {

broadcast use crate::vstd_default;
/// Combines a list of values into one value using P::op().

pub open spec fn combine_values<P: PCM>(values: Seq<P>) -> P
decreases values.len(),
{
Expand Down

0 comments on commit 7244402

Please sign in to comment.