This website requires JavaScript.
Explore
Help
Sign In
lapinot
/
coq-barebone
Watch
1
Star
0
Fork
You've already forked coq-barebone
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
958af155c4
coq-barebone
/
theories
/
Prim
/
Prod.v
4 lines
92 B
Coq
Raw
Blame
History
Require
Import
Barebone
.
Prelude
.
Variant
prod
(
A
B
:
Type
)
:
Type
:=
pair
(
a
:
A
)
(
b
:
B
)
.
Reference in New Issue
View Git Blame
Copy Permalink