mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
update smtlib
This commit is contained in:
parent
6c8d6840f8
commit
4363fc47b6
1 changed files with 1 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ let rec conv_ty (ctx : Ctx.t) (t : PA.ty) : Ty.t =
|
|||
let l = List.map (conv_ty ctx) l in
|
||||
Ty.app_l ctx.tst ty_f l
|
||||
| PA.Ty_arrow _ -> ill_typed ctx "cannot handle arrow types"
|
||||
| PA.Ty_bv _ -> ill_typed ctx "cannot handle bitvectors"
|
||||
|
||||
let is_num s =
|
||||
let is_digit_or_dot = function
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue