4 lines
74 B
Text
4 lines
74 B
Text
import logic
|
|
|
|
theorem tst (A B : Prop) : A ∧ B :=
|
|
and.intro sorry sorry
|