| .. |
|
meta
|
feat(library/vm): expose reducibility_hints
|
2016-09-04 18:09:10 -07:00 |
|
.gdb_history
|
chore(library, tests): switch to new attribute declaration syntax
|
2016-08-12 15:36:12 -07:00 |
|
alternative.lean
|
feat(frontends/lean/inductive_cmd): new frontend for the inductive cmd
|
2016-08-17 07:34:03 -07:00 |
|
applicative.lean
|
fix(library/init/applicative.lean): delete leftover from debugging
|
2016-08-23 21:54:09 -07:00 |
|
bool.lean
|
refactor(library/init): merge datatypes and reserved_notation
|
2016-09-01 09:50:51 -07:00 |
|
char.lean
|
feat(frontends/lean/parser): allow string literals in patterns
|
2016-08-18 21:00:27 -07:00 |
|
classical.lean
|
refactor(simplifier): many fixes, extensions, and tests
|
2016-08-19 14:57:03 -07:00 |
|
coe.lean
|
feat(frontends/lean/inductive_cmd): new frontend for the inductive cmd
|
2016-08-17 07:34:03 -07:00 |
|
combinator.lean
|
feat(library/init): add combinators SKI
|
2016-06-09 14:39:20 -07:00 |
|
datatypes.lean
|
refactor(library/init/datatypes): remove notation nobody uses
|
2016-09-03 16:59:55 -07:00 |
|
default.lean
|
refactor(library/init): merge datatypes and reserved_notation
|
2016-09-01 09:50:51 -07:00 |
|
fin.lean
|
chore(library, tests): switch to new attribute declaration syntax
|
2016-08-12 15:36:12 -07:00 |
|
function.lean
|
chore(library, tests): use new attribute chaining syntax
|
2016-08-16 13:49:03 -07:00 |
|
functor.lean
|
feat(frontends/lean/inductive_cmd): new frontend for the inductive cmd
|
2016-08-17 07:34:03 -07:00 |
|
funext.lean
|
chore(library, tests): switch to new attribute declaration syntax
|
2016-08-12 15:36:12 -07:00 |
|
init.md
|
chore(*.md): fix/remove broken links
|
2016-02-23 10:11:24 -08:00 |
|
instances.lean
|
feat(library/init): new notation for sum types
|
2016-08-16 10:45:08 -07:00 |
|
list.lean
|
feat(frontends/lean): revising inaccessible terms syntax again :(
|
2016-08-19 13:57:12 -07:00 |
|
list_classes.lean
|
chore(library, tests): switch to new attribute declaration syntax
|
2016-08-12 15:36:12 -07:00 |
|
logic.lean
|
refactor(init/datatypes, init/logic): define sizeof instances and simp lemmas
|
2016-09-01 10:33:50 -07:00 |
|
monad.lean
|
feat(frontends/lean/inductive_cmd): new frontend for the inductive cmd
|
2016-08-17 07:34:03 -07:00 |
|
monad_combinators.lean
|
feat(library/init/monad_combinators): add monad combinators
|
2016-08-21 22:31:54 -07:00 |
|
nat.lean
|
refactor(library/init): avoid nat cases_on/rec_on hack
|
2016-09-03 16:22:20 -07:00 |
|
nat_div.lean
|
feat(library/init): define nat.mod in the init folder too
|
2016-08-18 10:51:40 -07:00 |
|
num.lean
|
chore(library, tests): switch to new attribute declaration syntax
|
2016-08-12 15:36:12 -07:00 |
|
option.lean
|
feat(frontends/lean): revising inaccessible terms syntax again :(
|
2016-08-19 13:57:12 -07:00 |
|
ordering.lean
|
feat(frontends/lean/inductive_cmd): new frontend for the inductive cmd
|
2016-08-17 07:34:03 -07:00 |
|
prod.lean
|
feat(init/reserved_notation): product binds to the right
|
2016-08-16 10:34:32 -07:00 |
|
quot.lean
|
chore(library, tests): switch to new attribute declaration syntax
|
2016-08-12 15:36:12 -07:00 |
|
relation.lean
|
feat(frontends/lean/inductive_cmd): new frontend for the inductive cmd
|
2016-08-17 07:34:03 -07:00 |
|
setoid.lean
|
feat(frontends/lean/inductive_cmd): new frontend for the inductive cmd
|
2016-08-17 07:34:03 -07:00 |
|
sigma.lean
|
feat(frontends/lean/parser): _ is an anonymous variable again in patterns.
|
2016-08-23 14:06:24 -07:00 |
|
sigma_lex.lean
|
feat(frontends/lean/inductive_cmd): new frontend for the inductive cmd
|
2016-08-17 07:34:03 -07:00 |
|
simplifier.lean
|
refactor(simplifier): many fixes, extensions, and tests
|
2016-08-19 14:57:03 -07:00 |
|
state.lean
|
fix(library/init/state): remove spurious argument from 'read'
|
2016-08-23 21:53:57 -07:00 |
|
string.lean
|
feat(frontends/lean): revising inaccessible terms syntax again :(
|
2016-08-19 13:57:12 -07:00 |
|
subtype.lean
|
chore(library, tests): switch to new attribute declaration syntax
|
2016-08-12 15:36:12 -07:00 |
|
sum.lean
|
feat(library/init): new notation for sum types
|
2016-08-16 10:45:08 -07:00 |
|
timeit.lean
|
chore(library): unit.star ==> ()
|
2016-06-08 17:31:44 -07:00 |
|
to_string.lean
|
feat(frontends/lean): revising inaccessible terms syntax again :(
|
2016-08-19 13:57:12 -07:00 |
|
trace.lean
|
fix(library/init): add missing file
|
2016-06-09 14:39:56 -07:00 |
|
unit.lean
|
chore(library, tests): switch to new attribute declaration syntax
|
2016-08-12 15:36:12 -07:00 |
|
unsigned.lean
|
chore(library, tests): switch to new attribute declaration syntax
|
2016-08-12 15:36:12 -07:00 |
|
wf.lean
|
feat(frontends/lean/inductive_cmd): new frontend for the inductive cmd
|
2016-08-17 07:34:03 -07:00 |
|
wf_k.lean
|
feat(init/wf): port from standard library to HoTT library
|
2016-02-09 10:03:48 -08:00 |