..
abs.lean
chore(tests/lean): add untracked tests
2014-09-09 16:21:30 -07:00
algebra1.lean
feat(frontends/lean): persistent notation in sections
2014-09-06 11:14:20 -07:00
alias1.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
alias2.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
alias3.lean
feat(*): change inductive datatype syntax
2014-08-22 15:46:10 -07:00
as.lean
feat(frontends/lean): add 'as' clause to 'open' command
2014-09-03 17:37:02 -07:00
basic.lean
feat(library/scoped_ext): force user to end a scope with an identifier matching the one used in beginning of scope, closes #30
2014-08-07 16:59:08 -07:00
booltst.lean
feat(frontends/lean): rename 'using' command to 'open'
2014-09-03 16:00:38 -07:00
bug5.lean
refactor(library): add 'eq' and 'ne' namespaces
2014-09-04 18:41:06 -07:00
bug6.lean
refactor(library): add 'eq' and 'ne' namespaces
2014-09-04 18:41:06 -07:00
calc.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
cat.lean
feat(library/unifier): consider whnf case-split on flex-rigid constraints whenever the rhs contains a local constant that is not in the lhs
2014-09-09 09:27:26 -07:00
choice_ctx.lean
chore(frontend/lean/pp_options): use consistent name convention for pp option names
2014-09-09 09:27:26 -07:00
class1.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
class2.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
class3.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
class4.lean
refactor(library): add namespaces 'or', 'and' and 'iff'
2014-09-04 21:25:21 -07:00
class5.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
class6.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
class7.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
class8.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
class11.lean
feat(frontends/lean): add 'class' command back
2014-09-02 15:04:23 -07:00
class_bug1.lean
fix(frontends/lean/inductive_cmd): bugs when declarating inductive datatypes in sections, fixes #141 , fixes #142
2014-09-05 19:17:09 -07:00
class_bug2.lean
chore(tests/lean): add untracked tests
2014-09-09 16:21:30 -07:00
class_coe.lean
chore(frontend/lean/pp_options): use consistent name convention for pp option names
2014-09-09 09:27:26 -07:00
cody1.lean
feat(frontends/lean): persistent notation in sections
2014-09-06 11:14:20 -07:00
cody2.lean
feat(frontends/lean): persistent notation in sections
2014-09-06 11:14:20 -07:00
coe1.lean
chore(frontend/lean/pp_options): use consistent name convention for pp option names
2014-09-09 09:27:26 -07:00
coe2.lean
refactor(kernel/inductive): replace recursor name, use '.rec' instead of '_rec'
2014-09-04 15:04:57 -07:00
coe3.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
coe4.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
coe5.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
coe6.lean
chore(frontend/lean/pp_options): use consistent name convention for pp option names
2014-09-09 09:27:26 -07:00
coe7.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
coe8.lean
chore(tests/lean): add missing tests
2014-09-04 15:04:57 -07:00
coe9.lean
feat(frontends/lean): allow multiple coercions from class A to B, closes #187
2014-09-14 12:59:43 -07:00
coe10.lean
feat(frontends/lean): allow multiple coercions from class A to B, closes #187
2014-09-14 12:59:43 -07:00
coe11.lean
feat(frontends/lean): allow multiple coercions from class A to B, closes #187
2014-09-14 12:59:43 -07:00
coefun.lean
feat(library/coercion): better support for coercions to function-class. closes #185
2014-09-12 13:17:20 -07:00
coercion_bug.lean
feat(frontends/lean): rename 'using' command to 'open'
2014-09-03 16:00:38 -07:00
coercion_bug2.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
coesec.lean
fix(frontends/lean/builtin_cmds): allow coercion command inside section, fixes #186
2014-09-12 12:13:29 -07:00
comment.lean
chore(tests/lean): add untracked tests
2014-09-09 16:21:30 -07:00
congr_imp_bug.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
ctx.lean
chore(tests/lean): add untracked tests
2014-09-09 16:21:30 -07:00
decidable.lean
feat(frontends/lean): rename 'using' command to 'open'
2014-09-03 16:00:38 -07:00
dfun_tst.lean
feat(frontends/lean/elaborator): (Pi/forall) intro in class inference, closes #77
2014-09-07 19:59:34 -07:00
div2.lean
feat(frontends/lean): add proof-qed expression
2014-09-11 18:14:49 -07:00
e1.lean
refactor(*): rename Bool to Prop
2014-07-22 09:43:18 -07:00
e2.lean
refactor(*): rename Bool to Prop
2014-07-22 09:43:18 -07:00
e3.lean
refactor(*): rename Bool to Prop
2014-07-22 09:43:18 -07:00
e4.lean
refactor(*): rename Bool to Prop
2014-07-22 09:43:18 -07:00
e5.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
e6.lean
feat(frontends/lean): rename 'using' command to 'open'
2014-09-03 16:00:38 -07:00
e7.lean
feat(frontends/lean): rename 'using' command to 'open'
2014-09-03 16:00:38 -07:00
e8.lean
feat(frontends/lean): rename 'using' command to 'open'
2014-09-03 16:00:38 -07:00
e9.lean
feat(frontends/lean): rename 'using' command to 'open'
2014-09-03 16:00:38 -07:00
e10.lean
feat(frontends/lean): rename 'using' command to 'open'
2014-09-03 16:00:38 -07:00
e11.lean
feat(frontends/lean): rename 'using' command to 'open'
2014-09-03 16:00:38 -07:00
e12.lean
feat(frontends/lean): rename 'using' command to 'open'
2014-09-03 16:00:38 -07:00
e13.lean
feat(frontends/lean): rename 'using' command to 'open'
2014-09-03 16:00:38 -07:00
e14.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
e15.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
e16.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
e17.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
e18.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
elab_bug1.lean
refactor(library): add namespaces 'or', 'and' and 'iff'
2014-09-04 21:25:21 -07:00
elim.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
elim2.lean
feat(frontends/lean): rename '[fact]' to '[visible]'
2014-09-08 07:47:42 -07:00
ex.lean
chore(tests/lean): add missing tests
2014-09-04 15:04:57 -07:00
export.lean
refactor(kernel/inductive): replace recursor name, use '.rec' instead of '_rec'
2014-09-04 15:04:57 -07:00
full.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
fun.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
goal.lean
feat(frontends/lean): rename 'using' command to 'open'
2014-09-03 16:00:38 -07:00
group.lean
feat(frontends/lean): persistent notation in sections
2014-09-06 11:14:20 -07:00
group2.lean
feat(frontends/lean): persistent notation in sections
2014-09-06 11:14:20 -07:00
have1.lean
refactor(*): rename Bool to Prop
2014-07-22 09:43:18 -07:00
have2.lean
feat(frontends/lean): rename '[fact]' to '[visible]'
2014-09-08 07:47:42 -07:00
have3.lean
refactor(*): rename Bool to Prop
2014-07-22 09:43:18 -07:00
have4.lean
refactor(*): rename Bool to Prop
2014-07-22 09:43:18 -07:00
have5.lean
feat(frontends/lean): rename 'using' command to 'open'
2014-09-03 16:00:38 -07:00
have6.lean
feat(frontends/lean): rename '[fact]' to '[visible]'
2014-09-08 07:47:42 -07:00
id.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
imp.lean
fix(frontends/lean/elaborator): provide type information for expressions using '@' operator, and strict function applications
2014-08-01 20:57:24 -07:00
imp2.lean
feat(frontends/lean): remove restriction on implict arguments, add new test that demonstrates the new feature
2014-09-07 12:29:32 -07:00
impbug1.lean
feat(library/unifier): consider whnf case-split on flex-rigid constraints whenever the rhs contains a local constant that is not in the lhs
2014-09-09 09:27:26 -07:00
impbug2.lean
feat(library/unifier): consider whnf case-split on flex-rigid constraints whenever the rhs contains a local constant that is not in the lhs
2014-09-09 09:27:26 -07:00
impbug3.lean
feat(library/unifier): consider whnf case-split on flex-rigid constraints whenever the rhs contains a local constant that is not in the lhs
2014-09-09 09:27:26 -07:00
impbug4.lean
feat(library/unifier): consider whnf case-split on flex-rigid constraints whenever the rhs contains a local constant that is not in the lhs
2014-09-09 09:27:26 -07:00
implicit.lean
chore(*): minimize dependencies on tests
2014-08-24 19:58:48 -07:00
ind0.lean
refactor(kernel/inductive): replace recursor name, use '.rec' instead of '_rec'
2014-09-04 15:04:57 -07:00
ind1.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
ind2.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
ind3.lean
refactor(kernel/inductive): replace recursor name, use '.rec' instead of '_rec'
2014-09-04 15:04:57 -07:00
ind4.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
ind5.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
ind6.lean
refactor(kernel/inductive): replace recursor name, use '.rec' instead of '_rec'
2014-09-04 15:04:57 -07:00
ind7.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
indbug2.lean
fix(frontends/lean/inductive_cmd): bug when elaborating inductive tyoe parameters
2014-09-06 11:38:32 -07:00
indimp.lean
feat(frontends/lean): add 'class' command back
2014-09-02 15:04:23 -07:00
induniv.lean
feat(*): change inductive datatype syntax
2014-08-22 15:46:10 -07:00
is_nil.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
let1.lean
chore(*): minimize dependencies on tests
2014-08-24 19:58:48 -07:00
let2.lean
feat(frontends/lean): avoid exponential blowup when processing let-expressions with a lot of sharing, cleanup show-expression
2014-08-28 16:27:52 -07:00
lift.lean
chore(tests/lean): add untracked tests
2014-09-09 16:21:30 -07:00
list_elab1.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
local_using.lean
feat(frontends/lean): rename 'using' command to 'open'
2014-09-03 16:00:38 -07:00
match1.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
match2.lean
feat(frontends/lean): rename 'using' command to 'open'
2014-09-03 16:00:38 -07:00
matrix.lean
refactor(library): add 'eq' and 'ne' namespaces
2014-09-04 18:41:06 -07:00
matrix2.lean
refactor(library): add 'eq' and 'ne' namespaces
2014-09-04 18:41:06 -07:00
n1.lean
feat(frontends/lean/parser): expand Lua parser API
2014-06-18 08:03:17 -07:00
n2.lean
feat(frontends/lean/parser): add local_scope object to Lua API
2014-06-18 08:38:23 -07:00
n3.lean
refactor(*): rename Bool to Prop
2014-07-22 09:43:18 -07:00
n4.lean
feat(frontends/lean): persistent notation in sections
2014-09-06 11:14:20 -07:00
n5.lean
feat(frontends/lean/notation_cmd): reuse existing precedence to increase compatibility with existing notation
2014-07-03 17:23:29 -07:00
nat_bug.lean
refactor(library): add 'eq' and 'ne' namespaces
2014-09-04 18:41:06 -07:00
nat_bug2.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
nat_bug3.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
nat_bug4.lean
refactor(library): add 'eq' and 'ne' namespaces
2014-09-04 18:41:06 -07:00
nat_bug5.lean
refactor(library): add 'eq' and 'ne' namespaces
2014-09-04 18:41:06 -07:00
nat_bug6.lean
refactor(library): add 'eq' and 'ne' namespaces
2014-09-04 18:41:06 -07:00
nat_bug7.lean
refactor(library): add 'eq' and 'ne' namespaces
2014-09-04 18:41:06 -07:00
nat_coe.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
not_bug1.lean
feat(frontends/lean): rename 'using' command to 'open'
2014-09-03 16:00:38 -07:00
ns.lean
feat(frontends/lean): rename 'using' command to 'open'
2014-09-03 16:00:38 -07:00
ns1.lean
feat(frontends/lean): rename 'using' command to 'open'
2014-09-03 16:00:38 -07:00
ns2.lean
feat(frontends/lean): add declaration to namespace without opening it, closes #161
2014-09-09 18:02:14 -07:00
num.lean
chore(*): minimize dependencies on tests
2014-08-24 19:58:48 -07:00
occurs_check_bug1.lean
feat(library): add 'decidable_eq' class
2014-09-07 22:23:36 -07:00
opaque_hint_bug.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
over2.lean
feat(frontends/lean): rename 'using' command to 'open'
2014-09-03 16:00:38 -07:00
over_subst.lean
refactor(library): add 'eq' and 'ne' namespaces
2014-09-04 18:41:06 -07:00
ppbeta.lean
feat(shell): start 'lean --server' with 'pp.beta = true'
2014-09-09 14:13:35 -07:00
protected.lean
chore(tests/lean): add missing tests
2014-09-04 15:04:57 -07:00
ptst.lean
feat(frontends/lean): rename 'using' command to 'open'
2014-09-03 16:00:38 -07:00
rel.lean
refactor(library): add namespaces 'or', 'and' and 'iff'
2014-09-04 21:25:21 -07:00
root.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
sec_bug.lean
fix(library/scoped_ext): section/context should not affect namespace
2014-09-07 19:59:34 -07:00
secnot.lean
feat(frontends/lean): persistent notation in sections
2014-09-06 11:14:20 -07:00
section1.lean
feat(frontends/lean): rename 'using' command to 'open'
2014-09-03 16:00:38 -07:00
section2.lean
test(tests/lean/run): add section test
2014-09-11 15:33:20 -07:00
section3.lean
fix(frontends/lean): name clash inside section, fixes #181
2014-09-11 16:37:23 -07:00
set.lean
feat(frontends/lean): rename 'using' command to 'open'
2014-09-03 16:00:38 -07:00
set2.lean
feat(frontends/lean): rename 'using' command to 'open'
2014-09-03 16:00:38 -07:00
simple.lean
refactor(*): rename Bool to Prop
2014-07-22 09:43:18 -07:00
sorry.lean
feat(frontends/lean): add 'sorry'
2014-07-31 18:35:57 -07:00
string.lean
fix(tests/lean): adjust tests to new library structure
2014-08-01 09:37:23 -07:00
sum_bug.lean
refactor(library): add namespaces 'or', 'and' and 'iff'
2014-09-04 21:25:21 -07:00
t1.lean
refactor(*): rename Bool to Prop
2014-07-22 09:43:18 -07:00
t2.lean
feat(frontends/lean/parser): add parse_level
2014-06-12 12:34:55 -07:00
t3.lean
chore(tests/lean): add missing tests
2014-09-04 15:04:57 -07:00
t4.lean
feat(library/scoped_ext): force user to end a scope with an identifier matching the one used in beginning of scope, closes #30
2014-08-07 16:59:08 -07:00
t5.lean
feat(library/scoped_ext): force user to end a scope with an identifier matching the one used in beginning of scope, closes #30
2014-08-07 16:59:08 -07:00
t6.lean
feat(frontends/lean): add let-expr pretty printer, reduce default indentation to 2
2014-07-09 18:47:10 -07:00
t7.lean
feat(frontends/lean/builtin_exprs): parse '_' placeholder
2014-06-16 10:41:08 -07:00
t8.lean
feat(frontends/lean): rename 'using' command to 'open'
2014-09-03 16:00:38 -07:00
t9.lean
feat(frontends/lean/notation_cmd): make the notation for setting precedence uniform
2014-07-01 16:55:41 -07:00
t10.lean
feat(frontends/lean/builtin_cmds): add 'print options' command
2014-06-16 17:31:28 -07:00
t11.lean
feat(frontends/lean/builtin_cmds): change notation for marking implicit/cast parameter in sections
2014-06-22 17:51:00 -07:00
tac1.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
tactic1.lean
feat(frontends/lean): rename 'using' command to 'open'
2014-09-03 16:00:38 -07:00
tactic2.lean
feat(frontends/lean): rename 'using' command to 'open'
2014-09-03 16:00:38 -07:00
tactic3.lean
feat(frontends/lean): rename 'using' command to 'open'
2014-09-03 16:00:38 -07:00
tactic4.lean
feat(frontends/lean): rename 'using' command to 'open'
2014-09-03 16:00:38 -07:00
tactic5.lean
feat(frontends/lean): rename 'using' command to 'open'
2014-09-03 16:00:38 -07:00
tactic6.lean
feat(frontends/lean): rename 'using' command to 'open'
2014-09-03 16:00:38 -07:00
tactic7.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
tactic8.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
tactic9.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
tactic10.lean
refactor(library): add namespaces 'or', 'and' and 'iff'
2014-09-04 21:25:21 -07:00
tactic11.lean
feat(frontends/lean): rename '[fact]' to '[visible]'
2014-09-08 07:47:42 -07:00
tactic12.lean
refactor(library): add namespaces 'or', 'and' and 'iff'
2014-09-04 21:25:21 -07:00
tactic13.lean
refactor(library): add namespaces 'or', 'and' and 'iff'
2014-09-04 21:25:21 -07:00
tactic14.lean
refactor(library): add namespaces 'or', 'and' and 'iff'
2014-09-04 21:25:21 -07:00
tactic15.lean
refactor(library): add 'eq' and 'ne' namespaces
2014-09-04 18:41:06 -07:00
tactic16.lean
refactor(library): add 'eq' and 'ne' namespaces
2014-09-04 18:41:06 -07:00
tactic17.lean
feat(frontends/lean): rename 'using' command to 'open'
2014-09-03 16:00:38 -07:00
tactic18.lean
refactor(library): add 'eq' and 'ne' namespaces
2014-09-04 18:41:06 -07:00
tactic19.lean
refactor(library): add 'eq' and 'ne' namespaces
2014-09-04 18:41:06 -07:00
tactic20.lean
refactor(library): add 'eq' and 'ne' namespaces
2014-09-04 18:41:06 -07:00
tactic21.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
tactic22.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
tactic23.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
tactic24.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
tactic25.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
tactic26.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
tactic27.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
tactic28.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
tactic29.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
tactic30.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
test_single.sh
refactor(library): remove unnecessary 'standard' subdirectory
2014-08-23 18:08:09 -07:00
trans.lean
refactor(library): add 'eq' and 'ne' namespaces
2014-09-04 18:41:06 -07:00
trick.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
tt1.lean
chore(tests/lean): add missing tests
2014-09-04 15:04:57 -07:00
uni.lean
refactor(kernel/inductive): replace recursor name, use '.rec' instead of '_rec'
2014-09-04 15:04:57 -07:00
uni2.lean
refactor(kernel/inductive): replace recursor name, use '.rec' instead of '_rec'
2014-09-04 15:04:57 -07:00
uni_issue1.lean
refactor(kernel/inductive): replace recursor name, use '.rec' instead of '_rec'
2014-09-04 15:04:57 -07:00
unicode.lean
chore(*): minimize dependencies on tests
2014-08-24 19:58:48 -07:00
univ1.lean
chore(*): minimize dependencies on tests
2014-08-24 19:58:48 -07:00
univ2.lean
chore(*): minimize dependencies on tests
2014-08-24 19:58:48 -07:00
univ_bug1.lean
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
2014-09-04 17:26:36 -07:00
univ_bug2.lean
feat(frontends/lean): rename '[fact]' to '[visible]'
2014-09-08 07:47:42 -07:00
uuu.lean
feat(frontends/lean): rename '[fact]' to '[visible]'
2014-09-08 07:47:42 -07:00
whnfinst.lean
refactor(library): replace decidable_eq with abbreviation
2014-09-09 16:09:05 -07:00