mirror of
https://github.com/Z3Prover/z3
synced 2025-04-25 01:55:32 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0f03ef4ab0
commit
e5767bf2b8
6 changed files with 43 additions and 7 deletions
|
@ -2470,6 +2470,10 @@ namespace smt2 {
|
|||
next();
|
||||
}
|
||||
|
||||
/**
|
||||
* (declare-fun f (sorts) sort)
|
||||
* (declare-fun (alphas) (sorts) sort)
|
||||
*/
|
||||
void parse_declare_fun() {
|
||||
SASSERT(curr_is_identifier());
|
||||
SASSERT(curr_id() == m_declare_fun);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue