Skip to content

Commit

Permalink
add call to function
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Jul 13, 2021
1 parent f74adb1 commit e5c5cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ast/seq_decl_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ func_decl * seq_decl_plugin::mk_func_decl(decl_kind k, unsigned num_parameters,
match(*m_sigs[k], arity, domain, range, rng);
return m.mk_func_decl(m_sigs[k]->m_name, arity, domain, rng, func_decl_info(m_family_id, k));
case OP_STRING_UBVTOS:
NOT_IMPLEMENTED_YET();
return mk_ubv2s(arity, domain);

case _OP_REGEXP_FULL_CHAR:
m_has_re = true;
Expand Down

0 comments on commit e5c5cae

Please sign in to comment.