fix: env.add Declarations with universe levels #181

Merged
aniva merged 4 commits from bug/env-add-level into dev 2025-03-29 15:48:13 -07:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 91fbc4cdca - Show all commits

View File

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