refactor: add Sidekick_util with some re-exports

This commit is contained in:
Simon Cruanes 2019-02-08 19:44:59 -06:00
parent a7a5e1d7e1
commit 0326c07c16

11
src/util/Sidekick_util.ml Normal file
View 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