sidekick/src/core-logic/sidekick_core_logic.ml
Simon Cruanes 7b4404fb78
feat(tracing): introduce term/const serialization
- use a record instead of 1st class module for `Const.ops`, so it
  can be mutually recursive with the definition of `term`
- remove unused `Const.ops.opaque_to_cc`
- constants are serializable using `Ser_value`
2022-09-23 22:13:21 -04:00

11 lines
249 B
OCaml

module Term = Term
module Var = Var
module Bvar = Bvar
module Const = Const
module Subst = Subst
module T_builtins = T_builtins
module Ser_sink = Ser_sink
module Store = Term.Store
(* TODO: move to separate library? *)
module Str_const = Str_const