Skip to content

Commit d72d1ea

Browse files
committed
fix lint
1 parent 4c119ae commit d72d1ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Mathlib/ModelTheory/PartialTypes.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ def RealizedBy {M : Type w'} [L.Structure M] (p : T.PartialType α) (v : α →
139139
∀ φ ∈ p, φ.Realize v
140140

141141
/-- A partial type is realized in a structure if some tuple realizes it. -/
142+
@[nolint unusedArguments]
142143
def IsRealizedIn (p : T.PartialType α) (M : Type w') [L.Structure M] [M ⊨ T] [Nonempty M] :
143144
Prop :=
144145
∃ v : α → M, p.RealizedBy v

0 commit comments

Comments
 (0)