Skip to content

unitb/lean-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

439b80e · Oct 3, 2019
Oct 3, 2019
Aug 23, 2018
Aug 13, 2017
May 2, 2018
Sep 12, 2017
Oct 5, 2017
Jan 25, 2018
Apr 15, 2018
Oct 3, 2019
Jan 25, 2018

Repository files navigation

lean-lib

Build: Build Status

Features

  • traversable type class (util.data.traversable)
  • cardinality type classes for types with a finite number of values and countably many values (util.data.finite, util.data.countable)
  • category type class (util.category)
  • tactics for proving efficiently inequalities between large literal numbers (util.data.norm_num)
  • machinery for defining coinductive data types (util.data.coinductive)
  • monad for expressing non-terminating computations (util.control.monad.non_terminating, now redundant with mathlib)
  • Various lemmas complementary to the basic libraries

Packages

No packages published

Languages