From 59ee1eb89d7c1018858250832ff1a92af0cbeab6 Mon Sep 17 00:00:00 2001 From: Son HO Date: Tue, 25 Jun 2024 10:34:24 +0200 Subject: Bump Lean to v4.9.0rc3 (#261) --- tests/lean/Hashmap/Properties.lean | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/lean/Hashmap') diff --git a/tests/lean/Hashmap/Properties.lean b/tests/lean/Hashmap/Properties.lean index 76bd2598..6c27b2dd 100644 --- a/tests/lean/Hashmap/Properties.lean +++ b/tests/lean/Hashmap/Properties.lean @@ -341,9 +341,6 @@ theorem if_update_eq def mk_opaque {α : Sort u} (x : α) : { y : α // y = x} := ⟨ x, by simp ⟩ --- For pretty printing (useful when copy-pasting goals) -set_option pp.coercions false -- do not print coercions with ↑ (this doesn't parse) - @[pspec] theorem insert_no_resize_spec {α : Type} (hm : HashMap α) (key : Usize) (value : α) (hinv : hm.inv) (hnsat : hm.lookup key = none → hm.len_s < Usize.max) : -- cgit v1.2.3