lean2/src/tests
Leonardo de Moura faee08591f fix(*): make sure elaborator and type_checker use the same "rules" for treating opaque definitions
This is a big change because we have to store in constraints whether we can use the "relaxed" rules or not.
The "relaxed" case says that when type checking the value of an opaque definition we can treat other opaque definitions in the same module as transparent.

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-07-27 12:12:54 -07:00
..
frontends/lean refactor(*): rename Bool to Prop 2014-07-22 09:43:18 -07:00
kernel fix(tests): to reflect recent changes 2014-07-23 13:20:24 -07:00
library fix(*): make sure elaborator and type_checker use the same "rules" for treating opaque definitions 2014-07-27 12:12:54 -07:00
util feat(util): add worker queue 2014-07-12 21:59:22 +01:00