mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
core: re-export Const.t properly
This commit is contained in:
parent
24e79df776
commit
a7e7b38d1b
2 changed files with 1 additions and 4 deletions
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
open Types_
|
||||
|
||||
type t = const
|
||||
type view = const_view = ..
|
||||
|
||||
module type DYN_OPS = sig
|
||||
|
|
@ -14,6 +13,7 @@ module type DYN_OPS = sig
|
|||
end
|
||||
|
||||
type ops = (module DYN_OPS)
|
||||
type t = const = { c_view: view; c_ops: ops; c_ty: term }
|
||||
|
||||
val view : t -> view
|
||||
val make : view -> ops -> ty:term -> t
|
||||
|
|
|
|||
|
|
@ -4,9 +4,6 @@ module Bvar = Bvar
|
|||
module Const = Const
|
||||
module Subst = Subst
|
||||
module T_builtins = T_builtins
|
||||
|
||||
(* *)
|
||||
|
||||
module Store = Term.Store
|
||||
|
||||
(* TODO: move to separate library? *)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue