lean4-htt/library/init/lean/ir
Leonardo de Moura 9a71c2dbb6 feat(library/init/lean/ir): remove support for functions with multiple return values
This feature was originally added to implement the state monad.
It is not needed anymore since we have a better encoding that doesn't
require this feature and avoids memory allocations.
2018-10-22 17:39:40 -07:00
..
elim_phi.lean feat(library/init/lean/ir): remove support for functions with multiple return values 2018-10-22 17:39:40 -07:00
extract_cpp.lean feat(library/init/lean/ir): remove support for functions with multiple return values 2018-10-22 17:39:40 -07:00
format.lean feat(library/init/lean/ir): remove support for functions with multiple return values 2018-10-22 17:39:40 -07:00
instances.lean
ir.lean feat(library/init/lean/ir): remove support for functions with multiple return values 2018-10-22 17:39:40 -07:00
lirc.lean chore(library): remove >>, we should use *> 2018-09-12 17:31:21 -07:00
parser.lean feat(library/init/lean/ir): remove support for functions with multiple return values 2018-10-22 17:39:40 -07:00
reserved.lean
ssa_check.lean feat(library/init/lean/ir): remove support for functions with multiple return values 2018-10-22 17:39:40 -07:00
type_check.lean feat(library/init/lean/ir): remove support for functions with multiple return values 2018-10-22 17:39:40 -07:00