mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
adapt bin
This commit is contained in:
parent
85ba423e8c
commit
6f576e7d8b
1 changed files with 1 additions and 3 deletions
|
|
@ -62,9 +62,7 @@ let show_file ~dump file : unit =
|
|||
let t_reader =
|
||||
Smt.Trace_reader.create tst src
|
||||
~const_decoders:
|
||||
[
|
||||
Term.const_decoders; Box.const_decoders; Sidekick_base.const_decoders;
|
||||
]
|
||||
[ Sidekick_core.const_decoders; Sidekick_base.const_decoders ]
|
||||
in
|
||||
|
||||
let st = { t_reader; src; dump } in
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue