lean2/library/standard/data/data.md
2014-08-01 21:22:53 -07:00

360 B

data

Various datatypes.

Basic types:

  • unit : the singleton type
  • bool
  • num : generic numerals
  • string : ascii strings
  • nat : the natural numbers
  • int : the integers

Constructors: