File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff 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.
4140Open Scope R_scope.
4241
4342Lemma sigma_split_v2 (a : ℕ → ℝ) (k l M : ℕ) :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1919Require Import Ltac2.Ltac2.
2020From Stdlib Require Import String.
2121From Corelib Require Import Byte.
22-
23- (* Open Scope byte_scope. *)
24-
25-
2622From Stdlib Require Import List.
23+
2724Import ListNotations.
2825Open Scope list_scope.
2926
You can’t perform that action at this time.
0 commit comments