unimath2024/Test.v
2024-07-29 10:31:49 -05:00

6 lines
No EOL
104 B
Coq

Require Export UniMath.Foundations.All.
Lemma myfirstlemma : 2 + 2 = 4.
Proof.
apply idpath.
Defined.