Skip to content

Commit 9118d40

Browse files
committed
Address issues from code review
1 parent 1e274a0 commit 9118d40

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

theories/Libs/Analysis/Series.v

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ Waterproof Enable Automation RealsAndIntegers.
3737
#[export] Hint Resolve Rmult_lt_0_compat : wp_reals.
3838
#[export] Hint Resolve Rinv_lt_contravar : wp_reals.
3939

40-
Waterproof Disable Filter Errors.
4140
Open Scope R_scope.
4241

4342
Lemma sigma_split_v2 (a : ℕ → ℝ) (k l M : ℕ) :

theories/Util/BySince.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Ltac2 unseal_lemma (xtr_lemma : constr) : ident :=
111111
assert $unsealed_statement as $aux_id;
112112
Control.focus 1 1 (fun () => exact $xtr_lemma);
113113
aux_id.
114-
Waterproof Disable Filter Errors.
114+
115115
(** Wrapper for the main functionality of 'By ...'-tactics,
116116
such that the main fucntionality can be reused in 'Since ...'-tactics.
117117

theories/Util/ConvertStrings.v

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,8 @@
1919
Require Import Ltac2.Ltac2.
2020
From Stdlib Require Import String.
2121
From Corelib Require Import Byte.
22-
23-
(* Open Scope byte_scope. *)
24-
25-
2622
From Stdlib Require Import List.
23+
2724
Import ListNotations.
2825
Open Scope list_scope.
2926

0 commit comments

Comments
 (0)