Skip to content
Snippets Groups Projects
Verified Commit 462cd86c authored by Paolo G. Giarrusso's avatar Paolo G. Giarrusso
Browse files

Fix typo

parent 6b6c6b63
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ Set Primitive Projections.
cases, we do not even need non-expansiveness.
*)
(** Unbundeled version *)
(** Unbundled version *)
Class Dist A := dist : nat relation A.
Instance: Params (@dist) 3 := {}.
Notation "x ≡{ n }≡ y" := (dist n x y)
......@@ -43,7 +43,7 @@ Record OfeMixin A `{Equiv A, Dist A} := {
mixin_dist_S n x y : x {S n} y x {n} y
}.
(** Bundeled version *)
(** Bundled version *)
Structure ofeT := OfeT {
ofe_car :> Type;
ofe_equiv : Equiv ofe_car;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment