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
f6ba6da4b5
lean2
/
library
/
standard
/
data
/
data.md
Jeremy Avigad
77931f2af8
feat(library/standard): add markdown documentation
2014-08-01 21:22:53 -07:00
360 B
Raw
Blame
History
data
Various datatypes.
Basic types:
unit
: the singleton type
bool
num
: generic numerals
string
: ascii strings
nat
: the natural numbers
int
: the integers
Constructors:
option
pair
list
set