lean2/src/tests
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
..
frontends/lean feat(kernel): use Pi as forall/implication 2014-01-08 00:38:39 -08:00
kernel feat(kernel): use Pi as forall/implication 2014-01-08 00:38:39 -08:00
library refactor(builtin/kernel): start with small universes 2014-01-08 12:35:00 -08:00
util feat(util/sexpr/options): serialization for options 2013-12-27 20:40:00 -08:00