Skip to content

Commit df81a07

Browse files
eleftheigebner
andauthored
Update lib/pulse/lib/Pulse.Lib.Vector.fsti
Co-authored-by: Gabriel Ebner <gebner@gebner.org>
1 parent adacb31 commit df81a07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/pulse/lib/Pulse.Lib.Vector.fsti

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module SZ = FStar.SizeT
3434
val vector (t:Type0) : Type0
3535

3636
/// Predicate relating a vector to its logical contents and capacity
37-
val is_vector (#t:Type0) ([@@@mkey]v:vector t) (s:Seq.seq t) (cap:SZ.t) : slprop
37+
val is_vector (#t:Type0) ([@@@mkey]v:vector t) (#[full_default()] p: perm) (s:Seq.seq t) : slprop
3838

3939
/// Create a new vector with n elements all set to default.
4040
/// Capacity is initially n. Requires n > 0.

0 commit comments

Comments
 (0)