@@ -46,7 +46,7 @@ limitations under the License.
4646(* increasing order. *)
4747(* um_foldl a z0 d f == if f is valid, a result of a left fold over its *)
4848(* key-value pairs using function a and starting *)
49- (* value z0, d otherewriteise . *)
49+ (* value z0, d otherwise . *)
5050(* um_foldr a z0 d f == if f is valid, a result of a right fold over its *)
5151(* key-value pairs using function a and starting *)
5252(* value z0, d otherise. *)
@@ -2205,7 +2205,7 @@ move=>k v g H V1; move: (H3 k v _ H); rewrite !umEX.
22052205by apply.
22062206Qed .
22072207
2208- (* validity holds pairewriteise *)
2208+ (* validity holds pairwise *)
22092209Lemma um_valid3 f1 f2 f3 :
22102210 valid (f1 \+ f2 \+ f3) =
22112211 [&& valid (f1 \+ f2), valid (f2 \+ f3) & valid (f1 \+ f3)].
@@ -3684,7 +3684,7 @@ HB.instance Definition _ :=
36843684HB.end .
36853685
36863686(* notation to hide the structure when projecting omf *)
3687- Section OmapFunAbbreviation .
3687+ Section OmapFunNotation .
36883688Variables (K : ordType) (C : pred K) (V V' : Type).
36893689Variables (U : union_map K C V) (U' : union_map K C V').
36903690
@@ -3695,7 +3695,7 @@ Abbreviation omf f := (omfx (Phantom (_ -> _) f)).
36953695
36963696Lemma omfE (f : omap_fun U U') : f =1 omap (omf f).
36973697Proof . exact: omfE_op. Qed .
3698- End OmapFunAbbreviation .
3698+ End OmapFunNotation .
36993699
37003700Abbreviation omf f := (omfx (Phantom (_ -> _) f)).
37013701
0 commit comments