Skip to content

Commit

Permalink
doc(data/quot): promote a comment to a docstring (#7306)
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-wieser committed Apr 21, 2021
1 parent 7db1181 commit f08fe5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/quot.lean
Expand Up @@ -335,9 +335,9 @@ namespace quotient
variables {γ : Sort*} {φ : Sort*}
{s₁ : setoid α} {s₂ : setoid β} {s₃ : setoid γ}

/- Versions of quotient definitions and lemmas ending in `'` use unification instead
/-! Versions of quotient definitions and lemmas ending in `'` use unification instead
of typeclass inference for inferring the `setoid` argument. This is useful when there are
several different quotient relations on a type, for example quotient groups, rings and modules -/
several different quotient relations on a type, for example quotient groups, rings and modules. -/

/-- A version of `quotient.mk` taking `{s : setoid α}` as an implicit argument instead of an
instance argument. -/
Expand Down

0 comments on commit f08fe5f

Please sign in to comment.