aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/context.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/context.mli')
-rw-r--r--kernel/context.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/context.mli b/kernel/context.mli
index 6fce1b95a..55ea8921b 100644
--- a/kernel/context.mli
+++ b/kernel/context.mli
@@ -80,8 +80,6 @@ sig
(** Reduce all terms in a given declaration to a single value. *)
val fold : (Constr.t -> 'a -> 'a) -> t -> 'a -> 'a
-
- val of_tuple : Name.t * Constr.t option * Constr.t -> t
end
(** Rel-context is represented as a list of declarations.