aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/context.mli
diff options
context:
space:
mode:
authorGravatar Matej Kosik <m4tej.kosik@gmail.com>2016-08-11 12:44:03 +0200
committerGravatar Matej Kosik <m4tej.kosik@gmail.com>2016-08-11 12:51:22 +0200
commitbf7515a299d894762e10cf0f116e156073071879 (patch)
tree6fc33e30fdd2723dce7d56424d384705f3a97e25 /kernel/context.mli
parent4b24bb7d3b770592015c264001b9aed9fe95c200 (diff)
CLEANUP: removing the definition of the "Context.Rel.Declaration.of_tuple" function
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.