mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
fixed more problems in the new param framework
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
d634c945bf
commit
6d7d205e13
30 changed files with 185 additions and 168 deletions
|
@ -22,6 +22,9 @@ Notes:
|
|||
#include"cmd_context_types.h"
|
||||
#include"vector.h"
|
||||
|
||||
std::string norm_param_name(char const * n);
|
||||
std::string norm_param_name(symbol const & n);
|
||||
|
||||
typedef cmd_arg_kind param_kind;
|
||||
|
||||
class params;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue