Skip to content

Commit

Permalink
Merge pull request #3711 from FStarLang/_nik_remove_admit
Browse files Browse the repository at this point in the history
Nik remove admit
  • Loading branch information
nikswamy authored Jan 31, 2025
2 parents 9836dc3 + 0aad5fa commit 8a81ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ulib/FStar.FunctionalQueue.fst
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ let lemma_snoc_list_seq (#a:Type) (x:a) (q:queue a)
seq_of_list l `Seq.append` seq_of_list [x];
== { assert (Seq.equal (seq_of_list [x]) (Seq.create 1 x)) }
seq_of_list l `Seq.append` Seq.create 1 x;
== { admit() }
== { }
Seq.snoc (seq_of_list l) x;
}

Expand Down

0 comments on commit 8a81ab2

Please sign in to comment.