lean2/src/tests/library
Leonardo de Moura 2b2aa228e3 refactor(builtin/kernel): start with small universes
The universe constraint manager is more flexible now.
We don't need to start with a huge universe  U >= 512.
We can start small, and increase it on demand.

If module mod1 needs it, it can always add

   universe U >= 3

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-08 12:35:00 -08:00
..
elaborator refactor(builtin/kernel): start with small universes 2014-01-08 12:35:00 -08:00
rewriter feat(*): change name conventions for Lean builtin libraries 2014-01-05 19:21:44 -08:00
tactic feat(kernel): use Pi as forall/implication 2014-01-08 00:38:39 -08:00
arith.cpp refactor(kernel/io_state): move io_state_stream to library 2014-01-02 13:14:21 -08:00
CMakeLists.txt refactor(library/basic_thms): move the proof of all basic theorems to a .Lean file 2013-12-29 03:04:49 -08:00
deep_copy.cpp feat(*): add component name to check_stack and check_system 2013-12-07 15:11:55 -08:00
expr_lt.cpp refactor(kernel/expr): remove 'null' expression, and operator bool for expression 2013-12-07 23:21:10 -08:00
formatter.cpp feat(frontends/lean): use lowercase commands, replace 'endscope' and 'endnamespace' with 'end' 2014-01-05 13:06:36 -08:00
max_sharing.cpp feat(kernel/expr): maximize sharing before serializing 2014-01-02 20:03:42 -08:00
update_expr.cpp feat(kernel/replace_fn): non-recursive replace_fn 2013-12-17 16:35:39 -08:00