This website requires JavaScript.
Explore
Help
Sign in
michael
/
lean2
Watch
1
Star
0
Fork
You've already forked lean2
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
937c465685
lean2
/
library
/
standard
/
data
/
data.md
Jeremy Avigad
148d475421
feat(library/standard): port int, and reorganize a lot
2014-08-20 18:03:24 -07:00
566 B
Raw
Blame
History
data
Various data types.
Basic types:
empty
: the empty type
unit
: the singleton type
bool
: the boolean values
num
: generic numerals
string
: ascii strings
nat
: the natural numbers
int
: the integers
Constructors:
prod
: cartesian product
sum
sigma
: the dependent product
option
subtype
quotient
list
set