mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-07 11:45:41 -05:00
refactor: add Sidekick_util with some re-exports
This commit is contained in:
parent
a7a5e1d7e1
commit
0326c07c16
1 changed files with 11 additions and 0 deletions
11
src/util/Sidekick_util.ml
Normal file
11
src/util/Sidekick_util.ml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
(* re-exports *)
|
||||
module Fmt = CCFormat
|
||||
module Vec = Msat.Vec
|
||||
module Log = Msat.Log
|
||||
|
||||
module Util = Util
|
||||
module Backtrack_stack = Backtrack_stack
|
||||
module Error = Error
|
||||
module IArray = IArray
|
||||
module Intf = Intf
|
||||
Loading…
Add table
Reference in a new issue