Delete more LLM-generated comments from the migration
This commit is contained in:
@@ -86,7 +86,6 @@ def interpSign : SignLattice → Value → Prop
|
||||
| .mk .zero, v => v = .int 0
|
||||
| .mk .minus, v => ∃ n : ℕ, v = .int (-(n + 1))
|
||||
|
||||
/-- Agda: `⟦_⟧ᵍ` is registered for the `⟦_⟧` interpretation notation. -/
|
||||
instance signInterp : Interp SignLattice (Value → Prop) := ⟨interpSign⟩
|
||||
|
||||
theorem interpSign_mk_disjoint {s₁ s₂ : Sign} (hne : s₁ ≠ s₂) {v : Value} :
|
||||
|
||||
Reference in New Issue
Block a user