mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-08 20:25:31 -05:00
- 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`
11 lines
249 B
OCaml
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
|