Skip to content

Commit

Permalink
upd mod name
Browse files Browse the repository at this point in the history
  • Loading branch information
meganfrisella committed Jul 17, 2023
1 parent 057fc93 commit 6b0d1e8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module RewriteExistential
module ExistentialRecordPerm
open Pulse.Main
open FStar.Ghost
open Steel.ST.Util
Expand All @@ -25,7 +25,7 @@ let rec_perm (r:my_rec) : vprop
= A.pts_to r.a full_perm s

```pulse
fn rewrite_record_perm(a: A.array U8.t)
fn rewrite_record_perm (a: A.array U8.t)
requires A.pts_to a full_perm s
returns r:my_rec
ensures rec_perm r
Expand Down

0 comments on commit 6b0d1e8

Please sign in to comment.