chore: Remove redundant code

This commit is contained in:
Leni Aniva 2025-03-29 15:43:49 -07:00
parent b9ff9e8f13
commit 91fbc4cdca
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 0 additions and 2 deletions

View File

@ -207,8 +207,6 @@ def test_env_add_inspect : Test :=
Protocol.EnvInspectResult), Protocol.EnvInspectResult),
] ]
def f.{u} : (α : Type u) → α → (α × α) := λ (α : Type u) (x : α) => (x, x)
example : ∀ (p: Prop), p → p := by example : ∀ (p: Prop), p → p := by
intro p h intro p h
exact h exact h