chore: Version 0.3 #136

Merged
aniva merged 609 commits from dev into main 2025-04-09 00:23:19 -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