This commit is contained in:
Simon Cruanes 2022-10-20 16:12:52 -04:00
parent f905b754aa
commit 651f2c1150
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 0 additions and 2 deletions

View file

@ -4,7 +4,6 @@ module Bvar = Bvar
module Const = Const module Const = Const
module Subst = Subst module Subst = Subst
module T_builtins = T_builtins module T_builtins = T_builtins
module Ser_sink = Ser_sink
module Store = Term.Store module Store = Term.Store
(* TODO: move to separate library? *) (* TODO: move to separate library? *)

View file

@ -25,6 +25,5 @@ module Profile = Profile
module Chunk_stack = Chunk_stack module Chunk_stack = Chunk_stack
module Ser_value = Ser_value module Ser_value = Ser_value
module Ser_decode = Ser_decode module Ser_decode = Ser_decode
module Ser_sink = Ser_sink
let[@inline] ( let@ ) f x = f x let[@inline] ( let@ ) f x = f x