Add missing methods involving datatype sorts to the API (#5290)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Tue, 27 Oct 2020 16:46:20 +0000 (11:46 -0500)
committerGitHub <noreply@github.com>
Tue, 27 Oct 2020 16:46:20 +0000 (11:46 -0500)
commit88025001599c7e5ced8d55c3769e728758434f69
treefec86e087fb7e3a971397f09257342502876ae82
parenta8dd649cc52d0870d2c62070c17a88373f681e1e
Add missing methods involving datatype sorts to the API (#5290)

This is required for migrating the parser's symbol table from Expr -> Term.
src/api/cvc4cpp.cpp
src/api/cvc4cpp.h
src/expr/type_node.cpp
src/expr/type_node.h
test/unit/api/sort_black.h