lean4-htt/src/library/vm
Sebastian Ullrich a42fb533f4 fix(library/vm/vm_io): move all primitives into io
While `cmdline_args` has no side-effects, it is certainly not a pure function.
The `stdin` etc. should have been safe since all accessors are in `io`, but
better be safe than sorry.
2018-08-21 08:43:10 -07:00
..
CMakeLists.txt chore(library/vm): remove meta rb_map 2018-06-14 17:34:43 -07:00
init_module.cpp chore(library/vm): remove meta rb_map 2018-06-14 17:34:43 -07:00
init_module.h
interaction_state.h refactor(kernel): move formatting stuff out of the kernel 2018-06-07 16:28:54 -07:00
interaction_state_imp.h refactor(kernel/declaration): remove self_opt flag from reducibility hints 2018-06-22 09:02:50 -07:00
optimize.cpp
optimize.h
vm.cpp feat(src/library/vm/vm): profile: record and display self times 2018-07-30 17:30:20 -07:00
vm.h feat(src/library/vm/vm): profile: record and display self times 2018-07-30 17:30:20 -07:00
vm_array.cpp feat(library/init/data/array): store dimension in the array 2018-05-03 15:43:03 -07:00
vm_array.h
vm_aux.cpp
vm_aux.h
vm_declaration.cpp refactor(kernel): merge constant_assumption and axiom 2018-08-01 09:57:47 -07:00
vm_declaration.h
vm_environment.cpp chore(kernel): remove expr.macro constructor 2018-06-19 17:54:43 -07:00
vm_environment.h
vm_exceptional.cpp refactor(*): use C++11 std::current_exception and std::rethrow_exception 2018-06-07 16:28:54 -07:00
vm_exceptional.h refactor(*): use C++11 std::current_exception and std::rethrow_exception 2018-06-07 16:28:54 -07:00
vm_expr.cpp refactor(kernel/expr): remove mlocal_* functions 2018-06-22 14:25:31 -07:00
vm_expr.h refactor(kernel): simplify binder_info 2018-06-20 15:31:40 -07:00
vm_format.cpp refactor(kernel): move formatting stuff out of the kernel 2018-06-07 16:28:54 -07:00
vm_format.h
vm_int.cpp chore(library/vm): rename constants 2018-05-20 12:30:15 -07:00
vm_int.h
vm_io.cpp fix(library/vm/vm_io): move all primitives into io 2018-08-21 08:43:10 -07:00
vm_io.h refactor(library/vm/vm_io,library/system/io): remove io classes, make errors explicit 2018-08-21 08:43:09 -07:00
vm_level.cpp chore(library/init/meta): remove level and expr unused functions 2018-06-22 10:54:43 -07:00
vm_level.h
vm_list.cpp refactor(*): name convention obj_list => list_ref 2018-06-15 16:05:11 -07:00
vm_list.h refactor(*): name convention obj_list => list_ref 2018-06-15 16:05:11 -07:00
vm_name.cpp fix(*): truncation bugs 2018-06-15 16:05:11 -07:00
vm_name.h
vm_nat.cpp chore(library/vm): rename constants 2018-05-20 12:30:15 -07:00
vm_nat.h feat(library/system/io): add random number generator support in the io monad 2018-02-15 16:12:08 -08:00
vm_option.h feat(init/meta/{interactive_base,parser}): decl_attributes, decl_meta_info, parser.set_env 2017-06-19 11:27:12 -07:00
vm_options.cpp chore(util,library): remove small_object_allocator 2018-04-12 16:43:10 -07:00
vm_options.h
vm_ordering.h
vm_parser.cpp refactor(kernel): fix terminology: "free_var" is actually a loose bound variable 2018-06-08 13:25:36 -07:00
vm_parser.h feat(frontends/lean/user_command): add user-defined commands 2017-06-19 11:27:12 -07:00
vm_pexpr.cpp refactor(library,frontends/lean): move choice to frontends/lean 2018-06-18 13:43:42 -07:00
vm_pexpr.h
vm_platform.cpp feat(library/vm): add support for system.platform.nbits in the VM 2018-05-03 15:54:54 -07:00
vm_platform.h feat(library/vm): add support for system.platform.nbits in the VM 2018-05-03 15:54:54 -07:00
vm_pos_info.cpp
vm_pos_info.h
vm_string.cpp chore(library/init/data/string/basic): rename string.iterator's next_to_string to remaining_to_string 2018-07-05 10:42:37 +02:00
vm_string.h feat(library/vm/vm_string): provide native implementation of type string in the VM 2017-10-23 10:55:26 -07:00