aboutsummaryrefslogtreecommitdiff
path: root/kernel/closure.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/closure.mli')
-rw-r--r--kernel/closure.mli12
1 files changed, 0 insertions, 12 deletions
diff --git a/kernel/closure.mli b/kernel/closure.mli
index e755f28d98..b7ded4a9f9 100644
--- a/kernel/closure.mli
+++ b/kernel/closure.mli
@@ -32,18 +32,6 @@ type evaluable_global_reference =
Rem: reduction of a Rel/Var bound to a term is Delta, but reduction of
a LetIn expression is Letin reduction *)
-(*
-type red_kind =
- | BETA
- | DELTA
- | ZETA
- | EVAR
- | IOTA
- | CONST of section_path list
- | CONSTBUT of section_path list
- | VAR of identifier
- | VARBUT of identifier
-*)
(* Sets of reduction kinds. *)
module type RedFlagsSig = sig
type reds