mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-07 11:45:41 -05:00
handle :named attribute in smtlib
This commit is contained in:
parent
c5180f3f63
commit
7d399ba201
1 changed files with 1 additions and 0 deletions
|
|
@ -287,6 +287,7 @@ let rec conv_term (ctx:Ctx.t) (t:PA.term) : T.t =
|
|||
ill_typed ctx "term `%a`@ should have type `%a`" T.pp t Ty.pp ty_expect
|
||||
);
|
||||
t
|
||||
| PA.Attr (t, [":named",_]) -> conv_term ctx t
|
||||
| _ ->
|
||||
errorf_ctx ctx "unsupported term %a" PA.pp_term t
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue