Skip to content

Commit d762d16

Browse files
committed
fix: rename parameters in Embedding.withConstants for lint
1 parent 6cd948c commit d762d16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/ModelTheory/LanguageMap.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ variable {L} (A) {N : Type w'} [L.Structure N] (f : M ↪[L] N)
505505
/-- Type synonym for `N` used to equip it with an `L[[A]]`-structure where the new constants on `A`
506506
are interpreted via the embedding `f`. -/
507507
@[nolint unusedArguments]
508-
def Embedding.withConstants (f : M ↪[L] N) (A : Set M) : Type w' := N
508+
def Embedding.withConstants (_f : M ↪[L] N) (_A : Set M) : Type w' := N
509509

510510
instance : L.Structure (f.withConstants A) := by
511511
dsimp [Embedding.withConstants]

0 commit comments

Comments
 (0)