]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/lib/tutorial/chapter12.ma
...
[helm.git] / matita / matita / lib / tutorial / chapter12.ma
index a4f47c1ffa7c38cca91315c5747385c9fb5a8628..72e396c133ea84026a0898fae69eb4069d488eef 100644 (file)
@@ -50,7 +50,7 @@ record setoid : Type[1] ≝ {
 (* Note that carrier has been defined as a coercion so that when S is a setoid
  we can write x:S in place of x: carrier S. *)
 
-(* We use the notation ≃ for the equality over setoid elements. *)
+(* We use the notation ≃ for the equality on setoid elements. *)
 notation "hvbox(n break ≃ m)"
   non associative with precedence 45
 for @{ 'congruent $n $m }.