diff options
| author | Pierre-Marie Pédrot | 2018-06-22 21:06:01 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2018-11-19 13:29:55 +0100 |
| commit | ad5aea737ecc639c31dda84322b3550a4d380b47 (patch) | |
| tree | c068b7493867b8fe0bab81e285bbc09adda1f7aa /kernel/cClosure.mli | |
| parent | 96e78e0d4ab9e2c2ccf1bb0565384e4e0d322904 (diff) | |
Proper record type and accessors for transparent states.
This is documented in dev/doc/changes.md.
Diffstat (limited to 'kernel/cClosure.mli')
| -rw-r--r-- | kernel/cClosure.mli | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/kernel/cClosure.mli b/kernel/cClosure.mli index 9d41ee0695..26710a64d0 100644 --- a/kernel/cClosure.mli +++ b/kernel/cClosure.mli @@ -24,14 +24,6 @@ val with_stats: 'a Lazy.t -> 'a Rem: reduction of a Rel/Var bound to a term is Delta, but reduction of a LetIn expression is Letin reduction *) - - -val all_opaque : TranspState.t -val all_transparent : TranspState.t - -val is_transparent_variable : TranspState.t -> variable -> bool -val is_transparent_constant : TranspState.t -> Constant.t -> bool - (** Sets of reduction kinds. *) module type RedFlagsSig = sig type reds |
