Add nullary operator metakind.
authorajreynol <andrew.j.reynolds@gmail.com>
Wed, 12 Apr 2017 21:47:12 +0000 (16:47 -0500)
committerajreynol <andrew.j.reynolds@gmail.com>
Wed, 12 Apr 2017 21:47:12 +0000 (16:47 -0500)
commit75db964b0c56f1a3b04b77c33d226c4d9cd0ca54
treec30f7f17ae963e3f51cef111b2d549eacff1a852
parente6e02c32c58f9e5edde2dd85fc7b19ef001eea03
Add nullary operator metakind.
23 files changed:
src/expr/expr_manager_template.cpp
src/expr/expr_manager_template.h
src/expr/metakind_template.h
src/expr/mkexpr
src/expr/mkkind
src/expr/mkmetakind
src/expr/node.h
src/expr/node_builder.h
src/expr/node_manager.cpp
src/expr/node_manager.h
src/expr/node_value.cpp
src/expr/type_checker_template.cpp
src/parser/cvc/Cvc.g
src/parser/smt2/Smt2.g
src/smt/smt_engine.cpp
src/theory/sep/kinds
src/theory/sep/theory_sep.cpp
src/theory/sep/theory_sep_type_rules.h
src/theory/sets/kinds
src/theory/sets/theory_sets_private.cpp
src/theory/sets/theory_sets_rewriter.cpp
src/theory/sets/theory_sets_type_rules.h
src/theory/theory.cpp