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
a1645c5ce5
lean2
/
library
/
standard
/
data
/
data.md
Jeremy Avigad
7d7655c3f1
refactor(library/standard): integrate hott with standard library
2014-08-15 12:58:58 -07:00
423 B
Raw
Blame
History
data
Various datatypes.
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:
option
pair
list
set