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
cc63a40a01
lean2
/
library
/
data
/
data.md
Jeremy Avigad
6596217a84
refactor(library/data/set): expand set.lean to set directory
2015-04-05 09:27:15 -04:00
628 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
fin
: finite ordinals
int
: the integers
Constructors:
prod
: cartesian product
sum
sigma
: the dependent product
option
subtype
quotient
list
set
vector