lean4-htt/library/init/category
Leonardo de Moura bf9f7560f7 feat(frontends/lean): (Type u) can't be a proposition
(Type u)  is the old (Type (u+1))
(PType u) is the old (Type u)
Type*     is the old (Type (_+1))
PType*    is the old Type*

The stdlib can be compiled, but we still have > 70 broken tests

See discussion at #1341
2017-01-30 11:54:00 -08:00
..
alternative.lean
applicative.lean
combinators.lean feat(frontends/lean): (Type u) can't be a proposition 2017-01-30 11:54:00 -08:00
default.lean refactor(library/data/monad/transformers): move transformers to init 2016-12-31 11:37:13 -08:00
functor.lean feat(frontends/lean/definition_cmds): generate equational lemmas for regular definitions that were elaborated without using the equation compiler 2017-01-05 18:02:14 -08:00
monad.lean feat(library): add pre_monad 2016-12-08 12:48:55 -08:00
state.lean feat(library/tools/super): add super prover 2016-12-16 18:18:13 -08:00
transformers.lean feat(library/init/category/transformers): disable instance has_monad_lift_t ==> has_coe 2017-01-01 09:15:25 -08:00